#553809

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

Shades of Baker's Chocolate #553809

Tints of Baker's Chocolate #553809

Color information

#553809 (or 0x553809) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 38 and 09. RGB value is (85,56,9). Sum of RGB (Red+Green+Blue) = 85+56+9=150 (19% of max value = 765). Red value is 85 (33.59% from 255 or 56.67% from 150); Green value is 56 (22.27% from 255 or 37.33% from 150); Blue value is 9 (3.91% from 255 or 6% from 150); Max value from RGB is 85 - color contains mainly: red. Hex color #553809 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553809 is #AAC7F6. Grayscale: #3B3B3B. Windows color (decimal): -11192311 or 604245. OLE color: 604245.

HSL color Cylindrical-coordinate representation of color #553809: hue angle of 37.11º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #553809 is Cyan = 0, Magento = 0.34, Yellow = 0.89 and Black (K on CMYK) = 0.67.

Color convert

RGB85569-
CMYK00.340.890.67
HSL37.11º80.85%18.43%-
HSV(B)37.11º89.41%33.33%-
XYZ5.214.780.91-
YUV59.3199.61146.32-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 56.67%
GREEN value IS 56 (22.27% from 255) = 37.33%
BLUE value IS 9 (3.91% from 255) = 6%
R=56.67%
G=37.33%
B=6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.89
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8556900.340.890.6737.1180.8518.43
Hex553890225943255112
Octal12570110421311034512122
Binary10101011110001001010001010110011000011100101101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553809; }

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

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

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

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

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

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

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

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