#553A09

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

Shades of Baker's Chocolate #553A09

Tints of Baker's Chocolate #553A09

Color information

#553A09 (or 0x553A09) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 3A and 09. RGB value is (85,58,9). Sum of RGB (Red+Green+Blue) = 85+58+9=152 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.92% from 152); Green value is 58 (23.05% from 255 or 38.16% from 152); Blue value is 9 (3.91% from 255 or 5.92% from 152); Max value from RGB is 85 - color contains mainly: red. Hex color #553A09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553A09 is #AAC5F6. Grayscale: #3C3C3C. Windows color (decimal): -11191799 or 604757. OLE color: 604757.

HSL color Cylindrical-coordinate representation of color #553A09: hue angle of 38.68º 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 #553A09 is Cyan = 0, Magento = 0.32, Yellow = 0.89 and Black (K on CMYK) = 0.67.

Color convert

RGB85589-
CMYK00.320.890.67
HSL38.68º80.85%18.43%-
HSV(B)38.68º89.41%33.33%-
XYZ5.314.980.94-
YUV60.4998.95145.48-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 55.92%
GREEN value IS 58 (23.05% from 255) = 38.16%
BLUE value IS 9 (3.91% from 255) = 5.92%
R=55.92%
G=38.16%
B=5.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.89
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8558900.320.890.6738.6880.8518.43
Hex553A90205943275112
Octal12572110401311034712122
Binary10101011110101001010000010110011000011100111101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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