#532E08

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

Shades of Baker's Chocolate #532E08

Tints of Baker's Chocolate #532E08

Color information

#532E08 (or 0x532E08) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 2E and 08. RGB value is (83,46,8). Sum of RGB (Red+Green+Blue) = 83+46+8=137 (18% of max value = 765). Red value is 83 (32.81% from 255 or 60.58% from 137); Green value is 46 (18.36% from 255 or 33.58% from 137); Blue value is 8 (3.52% from 255 or 5.84% from 137); Max value from RGB is 83 - color contains mainly: red. Hex color #532E08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532E08 is #ACD1F7. Grayscale: #343434. Windows color (decimal): -11325944 or 536147. OLE color: 536147.

HSL color Cylindrical-coordinate representation of color #532E08: hue angle of 30.4º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #532E08 is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.67.

Color convert

RGB83468-
CMYK00.450.900.67
HSL30.4º82.42%17.84%-
HSV(B)30.4º90.36%32.55%-
XYZ4.593.810.72-
YUV52.73102.76149.59-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 60.58%
GREEN value IS 46 (18.36% from 255) = 33.58%
BLUE value IS 8 (3.52% from 255) = 5.84%
R=60.58%
G=33.58%
B=5.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.90
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8346800.450.900.6730.482.4217.84
Hex532E802D5A431e5212
Octal12356100551321033612222
Binary1010011101110100001011011011010100001111110101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532E08; }

 p { color: rgb(83,46,8); }

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

<style>
 a { background-color: #532E08; }

 a { background-color: rgb(83,46,8); }

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

<style>
 span { border-color: #532E08; }

 span { border-color: rgb(83,46,8); }

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