#553C0B

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

Shades of Baker's Chocolate #553C0B

Tints of Baker's Chocolate #553C0B

Color information

#553C0B (or 0x553C0B) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 3C and 0B. RGB value is (85,60,11). Sum of RGB (Red+Green+Blue) = 85+60+11=156 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.49% from 156); Green value is 60 (23.83% from 255 or 38.46% from 156); Blue value is 11 (4.69% from 255 or 7.05% from 156); Max value from RGB is 85 - color contains mainly: red. Hex color #553C0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553C0B is #AAC3F4. Grayscale: #3E3E3E. Windows color (decimal): -11191285 or 736341. OLE color: 736341.

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

Color convert

RGB856011-
CMYK00.290.870.67
HSL39.73º77.08%18.82%-
HSV(B)39.73º87.06%33.33%-
XYZ5.425.191.03-
YUV61.8999.28144.48-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 54.49%
GREEN value IS 60 (23.83% from 255) = 38.46%
BLUE value IS 11 (4.69% from 255) = 7.05%
R=54.49%
G=38.46%
B=7.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.87
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85601100.290.870.6739.7377.0818.82
Hex553CB01D5743284d13
Octal12574130351271035011523
Binary1010101111100101101110110101111000011101000100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553C0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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