#533106

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

Shades of Baker's Chocolate #533106

Tints of Baker's Chocolate #533106

Color information

#533106 (or 0x533106) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 31 and 06. RGB value is (83,49,6). Sum of RGB (Red+Green+Blue) = 83+49+6=138 (18% of max value = 765). Red value is 83 (32.81% from 255 or 60.14% from 138); Green value is 49 (19.53% from 255 or 35.51% from 138); Blue value is 6 (2.73% from 255 or 4.35% from 138); Max value from RGB is 83 - color contains mainly: red. Hex color #533106 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533106 is #ACCEF9. Grayscale: #363636. Windows color (decimal): -11325178 or 405843. OLE color: 405843.

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

Color convert

RGB83496-
CMYK00.410.930.67
HSL33.51º86.52%17.45%-
HSV(B)33.51º92.77%32.55%-
XYZ4.74.050.71-
YUV54.26100.76148.5-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 60.14%
GREEN value IS 49 (19.53% from 255) = 35.51%
BLUE value IS 6 (2.73% from 255) = 4.35%
R=60.14%
G=35.51%
B=4.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.93
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8349600.410.930.6733.5186.5217.45
Hex533160295D43225711
Octal1236160511351034212721
Binary1010011110001110010100110111011000011100010101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533106; }

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

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

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

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

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

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

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

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