Html Css Color HEX #552F09 Baker's Chocolate

📋 copy color: '#552F09'

red 85 ◦ green 47 ◦ blue 9

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

Shades of Baker's Chocolate #552F09

Tints of Baker's Chocolate #552F09

RGB

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

 GREEN value IS 47 (18.75% from 255) = 33.33%

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

R = 60.28%
G = 33.33%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.89

 K value IS 0.67

RGB Variations

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

Color information

#552F09 (or 0x552F09) is known color: Baker's Chocolate. HEX triplet: 55, 2F and 09. RGB value is (85,47,9). Sum of RGB (Red+Green+Blue) = 85+47+9=141 (18% of max value = 765). Red value is 85 (33.59% from 255 or 60.28% from 141); Green value is 47 (18.75% from 255 or 33.33% from 141); Blue value is 9 (3.91% from 255 or 6.38% from 141); Max value from RGB is 85 - color contains mainly: red. Hex color #552F09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552F09 is #AAD0F6. Grayscale: #363636. Windows color (decimal): -11194615 or 601941. OLE color: 601941.

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

Color convert

RGB 85 47 9 -
CMYK 0 0.45 0.89 0.67
HSL 30º 0.81% 0.18% -
HSV(B) 30º 0.89% 0.33% -
XYZ 4.81 3.98 0.77 -
YUV 54.03 102.59 150.09 -
System Red Green Blue C M Y K H S L
Decimal 85 47 9 0 0.45 0.89 0.67 30 0.81 0.18
Hex 55 2F 9 0 2D 59 43 1E 51 12
Octal 125 57 11 0 55 131 103 36 121 22
Binary 1010101 101111 1001 0 101101 1011001 1000011 11110 1010001 10010

Color Harmonies of #552F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552F09

Black with #552F09

Text Example


Text Example

White with #552F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552F09; }

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

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

background-color css

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

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

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

border-color css

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

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

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