#553C12

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

Shades of Baker's Chocolate #553C12

Tints of Baker's Chocolate #553C12

Color information

#553C12 (or 0x553C12) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 3C and 12. RGB value is (85,60,18). Sum of RGB (Red+Green+Blue) = 85+60+18=163 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.15% from 163); Green value is 60 (23.83% from 255 or 36.81% from 163); Blue value is 18 (7.42% from 255 or 11.04% from 163); Max value from RGB is 85 - color contains mainly: red. Hex color #553C12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553C12 is #AAC3ED. Grayscale: #3E3E3E. Windows color (decimal): -11191278 or 1195093. OLE color: 1195093.

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

Color convert

RGB856018-
CMYK00.290.790.67
HSL37.61º65.05%20.2%-
HSV(B)37.61º78.82%33.33%-
XYZ5.475.211.29-
YUV62.69102.78143.92-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 52.15%
GREEN value IS 60 (23.83% from 255) = 36.81%
BLUE value IS 18 (7.42% from 255) = 11.04%
R=52.15%
G=36.81%
B=11.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.79
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85601800.290.790.6737.6165.0520.2
Hex553C1201D4F43264114
Octal12574220351171034610124
Binary10101011111001001001110110011111000011100110100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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