#533006

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

Shades of Baker's Chocolate #533006

Tints of Baker's Chocolate #533006

Color information

#533006 (or 0x533006) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 30 and 06. RGB value is (83,48,6). Sum of RGB (Red+Green+Blue) = 83+48+6=137 (18% of max value = 765). Red value is 83 (32.81% from 255 or 60.58% from 137); Green value is 48 (19.14% from 255 or 35.04% from 137); Blue value is 6 (2.73% from 255 or 4.38% from 137); Max value from RGB is 83 - color contains mainly: red. Hex color #533006 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533006 is #ACCFF9. Grayscale: #353535. Windows color (decimal): -11325434 or 405587. OLE color: 405587.

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

Color convert

RGB83486-
CMYK00.420.930.67
HSL32.73º86.52%17.45%-
HSV(B)32.73º92.77%32.55%-
XYZ4.663.970.69-
YUV53.68101.1148.92-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 60.58%
GREEN value IS 48 (19.14% from 255) = 35.04%
BLUE value IS 6 (2.73% from 255) = 4.38%
R=60.58%
G=35.04%
B=4.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.93
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8348600.420.930.6732.7386.5217.45
Hex5330602A5D43215711
Octal1236060521351034112721
Binary1010011110000110010101010111011000011100001101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533006; }

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

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

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

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

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

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

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

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