#52380E

Color #52380E Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #52380E

Tints of Baker's Chocolate #52380E

Color information

#52380E (or 0x52380E) is unknown color: approx Baker's Chocolate. HEX triplet: 52, 38 and 0E. RGB value is (82,56,14). Sum of RGB (Red+Green+Blue) = 82+56+14=152 (20% of max value = 765). Red value is 82 (32.42% from 255 or 53.95% from 152); Green value is 56 (22.27% from 255 or 36.84% from 152); Blue value is 14 (5.86% from 255 or 9.21% from 152); Max value from RGB is 82 - color contains mainly: red. Hex color #52380E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #52380E is #ADC7F1. Grayscale: #3B3B3B. Windows color (decimal): -11388914 or 931922. OLE color: 931922.

HSL color Cylindrical-coordinate representation of color #52380E: hue angle of 37.06º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #52380E is Cyan = 0, Magento = 0.32, Yellow = 0.83 and Black (K on CMYK) = 0.68.

Color convert

RGB825614-
CMYK00.320.830.68
HSL37.06º70.83%18.82%-
HSV(B)37.06º82.93%32.16%-
XYZ4.974.651.05-
YUV58.99102.61144.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 82 (32.42% from 255) = 53.95%
GREEN value IS 56 (22.27% from 255) = 36.84%
BLUE value IS 14 (5.86% from 255) = 9.21%
R=53.95%
G=36.84%
B=9.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.83
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82561400.320.830.6837.0670.8318.82
Hex5238E0205344254713
Octal12270160401231044510723
Binary10100101110001110010000010100111000100100101100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52380E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52380E; }

 p { color: rgb(82,56,14); }

 H1.HeaderClassName
 {
   color: #52380E;
 }
 .AnyTagClassName
 {
   color: #52380E;
 }
</style>
background-color css

<style>
 a { background-color: #52380E; }

 a { background-color: rgb(82,56,14); }

 div.DivClassName
 {
   background-color: #52380E;
 }
 .BgClassName
 {
   background-color: #52380E;
 }
</style>
border-color css

<style>
 span { border-color: #52380E; }

 span { border-color: rgb(82,56,14); }

 td.TdClassName
 {
   border-color: #52380E;
 }
 .TagClassName
 {
   border-color: #52380E;
 }
</style>