#532008

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

Shades of Baker's Chocolate #532008

Tints of Baker's Chocolate #532008

Color information

#532008 (or 0x532008) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 20 and 08. RGB value is (83,32,8). Sum of RGB (Red+Green+Blue) = 83+32+8=123 (16% of max value = 765). Red value is 83 (32.81% from 255 or 67.48% from 123); Green value is 32 (12.89% from 255 or 26.02% from 123); Blue value is 8 (3.52% from 255 or 6.50% from 123); Max value from RGB is 83 - color contains mainly: red. Hex color #532008 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532008 is #ACDFF7. Grayscale: #2C2C2C. Windows color (decimal): -11329528 or 532563. OLE color: 532563.

HSL color Cylindrical-coordinate representation of color #532008: hue angle of 19.2º 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 #532008 is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.67.

Color convert

RGB83328-
CMYK00.610.900.67
HSL19.2º82.42%17.84%-
HSV(B)19.2º90.36%32.55%-
XYZ4.132.890.57-
YUV44.51107.4155.45-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 67.48%
GREEN value IS 32 (12.89% from 255) = 26.02%
BLUE value IS 8 (3.52% from 255) = 6.50%
R=67.48%
G=26.02%
B=6.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.90
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8332800.610.900.6719.282.4217.84
Hex5320803D5A43135212
Octal12340100751321032312222
Binary1010011100000100001111011011010100001110011101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532008; }

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

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

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

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

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

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

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

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