#553812

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

Shades of Baker's Chocolate #553812

Tints of Baker's Chocolate #553812

Color information

#553812 (or 0x553812) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 38 and 12. RGB value is (85,56,18). Sum of RGB (Red+Green+Blue) = 85+56+18=159 (21% of max value = 765). Red value is 85 (33.59% from 255 or 53.46% from 159); Green value is 56 (22.27% from 255 or 35.22% from 159); Blue value is 18 (7.42% from 255 or 11.32% from 159); Max value from RGB is 85 - color contains mainly: red. Hex color #553812 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553812 is #AAC7ED. Grayscale: #3C3C3C. Windows color (decimal): -11192302 or 1194069. OLE color: 1194069.

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

Color convert

RGB855618-
CMYK00.340.790.67
HSL34.03º65.05%20.2%-
HSV(B)34.03º78.82%33.33%-
XYZ5.274.81.22-
YUV60.34104.11145.59-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 53.46%
GREEN value IS 56 (22.27% from 255) = 35.22%
BLUE value IS 18 (7.42% from 255) = 11.32%
R=53.46%
G=35.22%
B=11.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.79
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85561800.340.790.6734.0365.0520.2
Hex5538120224F43224114
Octal12570220421171034210124
Binary101010111100010010010001010011111000011100010100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553812; }

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

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

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

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

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

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

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

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