#553509

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

Shades of Baker's Chocolate #553509

Tints of Baker's Chocolate #553509

Color information

#553509 (or 0x553509) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 35 and 09. RGB value is (85,53,9). Sum of RGB (Red+Green+Blue) = 85+53+9=147 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.82% from 147); Green value is 53 (21.09% from 255 or 36.05% from 147); Blue value is 9 (3.91% from 255 or 6.12% from 147); Max value from RGB is 85 - color contains mainly: red. Hex color #553509 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553509 is #AACAF6. Grayscale: #393939. Windows color (decimal): -11193079 or 603477. OLE color: 603477.

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

Color convert

RGB85539-
CMYK00.380.890.67
HSL34.74º80.85%18.43%-
HSV(B)34.74º89.41%33.33%-
XYZ5.074.50.86-
YUV57.55100.6147.58-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 57.82%
GREEN value IS 53 (21.09% from 255) = 36.05%
BLUE value IS 9 (3.91% from 255) = 6.12%
R=57.82%
G=36.05%
B=6.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.89
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8553900.380.890.6734.7480.8518.43
Hex553590265943235112
Octal12565110461311034312122
Binary10101011101011001010011010110011000011100011101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553509; }

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

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

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

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

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

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

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

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