#533506

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

Shades of Baker's Chocolate #533506

Tints of Baker's Chocolate #533506

Color information

#533506 (or 0x533506) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 35 and 06. RGB value is (83,53,6). Sum of RGB (Red+Green+Blue) = 83+53+6=142 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.45% from 142); Green value is 53 (21.09% from 255 or 37.32% from 142); Blue value is 6 (2.73% from 255 or 4.23% from 142); Max value from RGB is 83 - color contains mainly: red. Hex color #533506 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533506 is #ACCAF9. Grayscale: #383838. Windows color (decimal): -11324154 or 406867. OLE color: 406867.

HSL color Cylindrical-coordinate representation of color #533506: hue angle of 36.62º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #533506 is Cyan = 0, Magento = 0.36, Yellow = 0.93 and Black (K on CMYK) = 0.67.

Color convert

RGB83536-
CMYK00.360.930.67
HSL36.62º86.52%17.45%-
HSV(B)36.62º92.77%32.55%-
XYZ4.874.40.76-
YUV56.6199.44146.82-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 58.45%
GREEN value IS 53 (21.09% from 255) = 37.32%
BLUE value IS 6 (2.73% from 255) = 4.23%
R=58.45%
G=37.32%
B=4.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.93
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8353600.360.930.6736.6286.5217.45
Hex533560245D43255711
Octal1236560441351034512721
Binary1010011110101110010010010111011000011100101101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533506; }

 p { color: rgb(83,53,6); }

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

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

 a { background-color: rgb(83,53,6); }

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

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

 span { border-color: rgb(83,53,6); }

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