#553306

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

Shades of Baker's Chocolate #553306

Tints of Baker's Chocolate #553306

Color information

#553306 (or 0x553306) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 33 and 06. RGB value is (85,51,6). Sum of RGB (Red+Green+Blue) = 85+51+6=142 (18% of max value = 765). Red value is 85 (33.59% from 255 or 59.86% from 142); Green value is 51 (20.31% from 255 or 35.92% from 142); Blue value is 6 (2.73% from 255 or 4.23% from 142); Max value from RGB is 85 - color contains mainly: red. Hex color #553306 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553306 is #AACCF9. Grayscale: #383838. Windows color (decimal): -11193594 or 406357. OLE color: 406357.

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

Color convert

RGB85516-
CMYK00.400.930.67
HSL34.18º86.81%17.84%-
HSV(B)34.18º92.94%33.33%-
XYZ4.964.310.74-
YUV56.0499.76148.66-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 59.86%
GREEN value IS 51 (20.31% from 255) = 35.92%
BLUE value IS 6 (2.73% from 255) = 4.23%
R=59.86%
G=35.92%
B=4.23%

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
Decimal8551600.400.930.6734.1886.8117.84
Hex553360285D43225712
Octal1256360501351034212722
Binary1010101110011110010100010111011000011100010101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553306; }

 p { color: rgb(85,51,6); }

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

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

 a { background-color: rgb(85,51,6); }

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

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

 span { border-color: rgb(85,51,6); }

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