Html Css Color HEX #552409 Baker's Chocolate

📋 copy color: '#552409'

red 85 ◦ green 36 ◦ blue 9

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

Shades of Baker's Chocolate #552409

Tints of Baker's Chocolate #552409

RGB

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

 GREEN value IS 36 (14.45% from 255) = 27.69%

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

R = 65.38%
G = 27.69%
B = 6.92%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.89

 K value IS 0.67

RGB Variations

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

Color information

#552409 (or 0x552409) is known color: Baker's Chocolate. HEX triplet: 55, 24 and 09. RGB value is (85,36,9). Sum of RGB (Red+Green+Blue) = 85+36+9=130 (17% of max value = 765). Red value is 85 (33.59% from 255 or 65.38% from 130); Green value is 36 (14.45% from 255 or 27.69% from 130); Blue value is 9 (3.91% from 255 or 6.92% from 130); Max value from RGB is 85 - color contains mainly: red. Hex color #552409 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552409 is #AADBF6. Grayscale: #2F2F2F. Windows color (decimal): -11197431 or 599125. OLE color: 599125.

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

Color convert

RGB 85 36 9 -
CMYK 0 0.58 0.89 0.67
HSL 21.32º 0.81% 0.18% -
HSV(B) 21.32º 0.89% 0.33% -
XYZ 4.43 3.21 0.65 -
YUV 47.57 106.23 154.7 -
System Red Green Blue C M Y K H S L
Decimal 85 36 9 0 0.58 0.89 0.67 21.32 0.81 0.18
Hex 55 24 9 0 3A 59 43 15 51 12
Octal 125 44 11 0 72 131 103 25 121 22
Binary 1010101 100100 1001 0 111010 1011001 1000011 10101 1010001 10010

Color Harmonies of #552409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552409

Black with #552409

Text Example


Text Example

White with #552409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552409; }

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

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

background-color css

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

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

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

border-color css

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

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

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