#553709

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

Shades of Baker's Chocolate #553709

Tints of Baker's Chocolate #553709

Color information

#553709 (or 0x553709) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 37 and 09. RGB value is (85,55,9). Sum of RGB (Red+Green+Blue) = 85+55+9=149 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.05% from 149); Green value is 55 (21.88% from 255 or 36.91% from 149); Blue value is 9 (3.91% from 255 or 6.04% from 149); Max value from RGB is 85 - color contains mainly: red. Hex color #553709 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553709 is #AAC8F6. Grayscale: #3A3A3A. Windows color (decimal): -11192567 or 603989. OLE color: 603989.

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

Color convert

RGB85559-
CMYK00.350.890.67
HSL36.32º80.85%18.43%-
HSV(B)36.32º89.41%33.33%-
XYZ5.164.680.89-
YUV58.7399.94146.74-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 57.05%
GREEN value IS 55 (21.88% from 255) = 36.91%
BLUE value IS 9 (3.91% from 255) = 6.04%
R=57.05%
G=36.91%
B=6.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.89
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8555900.350.890.6736.3280.8518.43
Hex553790235943245112
Octal12567110431311034412122
Binary10101011101111001010001110110011000011100100101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553709; }

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

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

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

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

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

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

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

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