#553212

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

Shades of Baker's Chocolate #553212

Tints of Baker's Chocolate #553212

Color information

#553212 (or 0x553212) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 32 and 12. RGB value is (85,50,18). Sum of RGB (Red+Green+Blue) = 85+50+18=153 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.56% from 153); Green value is 50 (19.92% from 255 or 32.68% from 153); Blue value is 18 (7.42% from 255 or 11.76% from 153); Max value from RGB is 85 - color contains mainly: red. Hex color #553212 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553212 is #AACDED. Grayscale: #383838. Windows color (decimal): -11193838 or 1192533. OLE color: 1192533.

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

Color convert

RGB855018-
CMYK00.410.790.67
HSL28.66º65.05%20.2%-
HSV(B)28.66º78.82%33.33%-
XYZ54.261.13-
YUV56.82106.1148.1-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 55.56%
GREEN value IS 50 (19.92% from 255) = 32.68%
BLUE value IS 18 (7.42% from 255) = 11.76%
R=55.56%
G=32.68%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.79
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85501800.410.790.6728.6665.0520.2
Hex5532120294F431d4114
Octal12562220511171033510124
Binary10101011100101001001010011001111100001111101100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553212; }

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

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

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

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

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

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

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

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