#553C10

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

Shades of Baker's Chocolate #553C10

Tints of Baker's Chocolate #553C10

Color information

#553C10 (or 0x553C10) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 3C and 10. RGB value is (85,60,16). Sum of RGB (Red+Green+Blue) = 85+60+16=161 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.80% from 161); Green value is 60 (23.83% from 255 or 37.27% from 161); Blue value is 16 (6.64% from 255 or 9.94% from 161); Max value from RGB is 85 - color contains mainly: red. Hex color #553C10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553C10 is #AAC3EF. Grayscale: #3E3E3E. Windows color (decimal): -11191280 or 1064021. OLE color: 1064021.

HSL color Cylindrical-coordinate representation of color #553C10: hue angle of 38.26º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #553C10 is Cyan = 0, Magento = 0.29, Yellow = 0.81 and Black (K on CMYK) = 0.67.

Color convert

RGB856016-
CMYK00.290.810.67
HSL38.26º68.32%19.8%-
HSV(B)38.26º81.18%33.33%-
XYZ5.465.21.21-
YUV62.46101.78144.08-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 52.80%
GREEN value IS 60 (23.83% from 255) = 37.27%
BLUE value IS 16 (6.64% from 255) = 9.94%
R=52.80%
G=37.27%
B=9.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.81
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85601600.290.810.6738.2668.3219.8
Hex553C1001D5143264414
Octal12574200351211034610424
Binary10101011111001000001110110100011000011100110100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553C10; }

 p { color: rgb(85,60,16); }

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

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

 a { background-color: rgb(85,60,16); }

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

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

 span { border-color: rgb(85,60,16); }

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