Html Css Color HEX #552209 Baker's Chocolate

📋 copy color: '#552209'

red 85 ◦ green 34 ◦ blue 9

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

Shades of Baker's Chocolate #552209

Tints of Baker's Chocolate #552209

RGB

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

 GREEN value IS 34 (13.67% from 255) = 26.56%

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

R = 66.41%
G = 26.56%
B = 7.03%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.89

 K value IS 0.67

RGB Variations

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

Color information

#552209 (or 0x552209) is known color: Baker's Chocolate. HEX triplet: 55, 22 and 09. RGB value is (85,34,9). Sum of RGB (Red+Green+Blue) = 85+34+9=128 (16% of max value = 765). Red value is 85 (33.59% from 255 or 66.41% from 128); Green value is 34 (13.67% from 255 or 26.56% from 128); Blue value is 9 (3.91% from 255 or 7.03% from 128); Max value from RGB is 85 - color contains mainly: red. Hex color #552209 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552209 is #AADDF6. Grayscale: #2E2E2E. Windows color (decimal): -11197943 or 598613. OLE color: 598613.

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

Color convert

RGB 85 34 9 -
CMYK 0 0.60 0.89 0.67
HSL 19.74º 0.81% 0.18% -
HSV(B) 19.74º 0.89% 0.33% -
XYZ 4.37 3.1 0.63 -
YUV 46.4 106.9 155.53 -
System Red Green Blue C M Y K H S L
Decimal 85 34 9 0 0.60 0.89 0.67 19.74 0.81 0.18
Hex 55 22 9 0 3C 59 43 14 51 12
Octal 125 42 11 0 74 131 103 24 121 22
Binary 1010101 100010 1001 0 111100 1011001 1000011 10100 1010001 10010

Color Harmonies of #552209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552209

Black with #552209

Text Example


Text Example

White with #552209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552209; }

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

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

background-color css

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

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

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

border-color css

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

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

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