#532508

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

Shades of Baker's Chocolate #532508

Tints of Baker's Chocolate #532508

Color information

#532508 (or 0x532508) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 25 and 08. RGB value is (83,37,8). Sum of RGB (Red+Green+Blue) = 83+37+8=128 (16% of max value = 765). Red value is 83 (32.81% from 255 or 64.84% from 128); Green value is 37 (14.84% from 255 or 28.91% from 128); Blue value is 8 (3.52% from 255 or 6.25% from 128); Max value from RGB is 83 - color contains mainly: red. Hex color #532508 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532508 is #ACDAF7. Grayscale: #2F2F2F. Windows color (decimal): -11328248 or 533843. OLE color: 533843.

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

Color convert

RGB83378-
CMYK00.550.900.67
HSL23.2º82.42%17.84%-
HSV(B)23.2º90.36%32.55%-
XYZ4.273.180.62-
YUV47.45105.74153.36-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 64.84%
GREEN value IS 37 (14.84% from 255) = 28.91%
BLUE value IS 8 (3.52% from 255) = 6.25%
R=64.84%
G=28.91%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.90
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8337800.550.900.6723.282.4217.84
Hex532580375A43175212
Octal12345100671321032712222
Binary1010011100101100001101111011010100001110111101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532508; }

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

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

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

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

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

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

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

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