#553312

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

Shades of Baker's Chocolate #553312

Tints of Baker's Chocolate #553312

Color information

#553312 (or 0x553312) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 33 and 12. RGB value is (85,51,18). Sum of RGB (Red+Green+Blue) = 85+51+18=154 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.19% from 154); Green value is 51 (20.31% from 255 or 33.12% from 154); Blue value is 18 (7.42% from 255 or 11.69% from 154); Max value from RGB is 85 - color contains mainly: red. Hex color #553312 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553312 is #AACCED. Grayscale: #393939. Windows color (decimal): -11193582 or 1192789. OLE color: 1192789.

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

Color convert

RGB855118-
CMYK00.400.790.67
HSL29.55º65.05%20.2%-
HSV(B)29.55º78.82%33.33%-
XYZ5.044.341.14-
YUV57.4105.76147.68-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 55.19%
GREEN value IS 51 (20.31% from 255) = 33.12%
BLUE value IS 18 (7.42% from 255) = 11.69%
R=55.19%
G=33.12%
B=11.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.79
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85511800.400.790.6729.5565.0520.2
Hex5533120284F431e4114
Octal12563220501171033610124
Binary10101011100111001001010001001111100001111110100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553312; }

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

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

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

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

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

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

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

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