Html Css Color HEX #553909 Baker's Chocolate

📋 copy color: '#553909'

red 85 ◦ green 57 ◦ blue 9

#553909
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Baker's Chocolate #553909

Tints of Baker's Chocolate #553909

RGB

 RED value IS 85 (33.59% from 255) = 56.29%

 GREEN value IS 57 (22.66% from 255) = 37.75%

 BLUE value IS 9 (3.91% from 255) = 5.96%

R = 56.29%
G = 37.75%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.89

 K value IS 0.67

RGB Variations

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

Color information

#553909 (or 0x553909) is known color: Baker's Chocolate. HEX triplet: 55, 39 and 09. RGB value is (85,57,9). Sum of RGB (Red+Green+Blue) = 85+57+9=151 (20% of max value = 765). Red value is 85 (33.59% from 255 or 56.29% from 151); Green value is 57 (22.66% from 255 or 37.75% from 151); Blue value is 9 (3.91% from 255 or 5.96% from 151); Max value from RGB is 85 - color contains mainly: red. Hex color #553909 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553909 is #AAC6F6. Grayscale: #3C3C3C. Windows color (decimal): -11192055 or 604501. OLE color: 604501.

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

Color convert

RGB 85 57 9 -
CMYK 0 0.33 0.89 0.67
HSL 37.89º 0.81% 0.18% -
HSV(B) 37.89º 0.89% 0.33% -
XYZ 5.26 4.88 0.92 -
YUV 59.9 99.28 145.9 -
System Red Green Blue C M Y K H S L
Decimal 85 57 9 0 0.33 0.89 0.67 37.89 0.81 0.18
Hex 55 39 9 0 21 59 43 26 51 12
Octal 125 71 11 0 41 131 103 46 121 22
Binary 1010101 111001 1001 0 100001 1011001 1000011 100110 1010001 10010

Color Harmonies of #553909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553909

Black with #553909

Text Example


Text Example

White with #553909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553909; }

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

 H1.HeaderClassName
 {
   color: #553909;
 }
 .AnyTagClassName
 {
   color: #553909;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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