#533206

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

Shades of Baker's Chocolate #533206

Tints of Baker's Chocolate #533206

Color information

#533206 (or 0x533206) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 32 and 06. RGB value is (83,50,6). Sum of RGB (Red+Green+Blue) = 83+50+6=139 (18% of max value = 765). Red value is 83 (32.81% from 255 or 59.71% from 139); Green value is 50 (19.92% from 255 or 35.97% from 139); Blue value is 6 (2.73% from 255 or 4.32% from 139); Max value from RGB is 83 - color contains mainly: red. Hex color #533206 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533206 is #ACCDF9. Grayscale: #373737. Windows color (decimal): -11324922 or 406099. OLE color: 406099.

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

Color convert

RGB83506-
CMYK00.400.930.67
HSL34.29º86.52%17.45%-
HSV(B)34.29º92.77%32.55%-
XYZ4.744.130.72-
YUV54.85100.43148.08-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 59.71%
GREEN value IS 50 (19.92% from 255) = 35.97%
BLUE value IS 6 (2.73% from 255) = 4.32%
R=59.71%
G=35.97%
B=4.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.93
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8350600.400.930.6734.2986.5217.45
Hex533260285D43225711
Octal1236260501351034212721
Binary1010011110010110010100010111011000011100010101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533206; }

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

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

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

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

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

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

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

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