Html Css Color HEX #552001 Baker's Chocolate

📋 copy color: '#552001'

red 85 ◦ green 32 ◦ blue 1

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

Shades of Baker's Chocolate #552001

Tints of Baker's Chocolate #552001

RGB

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

 GREEN value IS 32 (12.89% from 255) = 27.12%

 BLUE value IS 1 (0.78% from 255) = 0.85%

R = 72.03%
G = 27.12%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.99

 K value IS 0.67

RGB Variations

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

Color information

#552001 (or 0x552001) is known color: Baker's Chocolate. HEX triplet: 55, 20 and 01. RGB value is (85,32,1). Sum of RGB (Red+Green+Blue) = 85+32+1=118 (15% of max value = 765). Red value is 85 (33.59% from 255 or 72.03% from 118); Green value is 32 (12.89% from 255 or 27.12% from 118); Blue value is 1 (0.78% from 255 or 0.85% from 118); Max value from RGB is 85 - color contains mainly: red. Hex color #552001 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552001 is #AADFFE. Grayscale: #2C2C2C. Windows color (decimal): -11198463 or 73813. OLE color: 73813.

HSL color Cylindrical-coordinate representation of color #552001: hue angle of 22.14º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #552001 is Cyan = 0, Magento = 0.62, Yellow = 0.99 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 32 1 -
CMYK 0 0.62 0.99 0.67
HSL 22.14º 0.98% 0.17% -
HSV(B) 22.14º 0.99% 0.33% -
XYZ 4.27 2.97 0.38 -
YUV 44.31 103.56 157.02 -
System Red Green Blue C M Y K H S L
Decimal 85 32 1 0 0.62 0.99 0.67 22.14 0.98 0.17
Hex 55 20 1 0 3E 63 43 16 62 11
Octal 125 40 1 0 76 143 103 26 142 21
Binary 1010101 100000 1 0 111110 1100011 1000011 10110 1100010 10001

Color Harmonies of #552001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552001

Black with #552001

Text Example


Text Example

White with #552001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552001; }

 p { color: rgb(85,32,1); }

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

background-color css

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

 a { background-color: rgb(85,32,1); }

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

border-color css

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

 span { border-color: rgb(85,32,1); }

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