Html Css Color HEX #551800 Baker's Chocolate

📋 copy color: '#551800'

red 85 ◦ green 24 ◦ blue 0

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

Shades of Baker's Chocolate #551800

Tints of Baker's Chocolate #551800

RGB

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

 GREEN value IS 24 (9.77% from 255) = 22.02%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 77.98%
G = 22.02%
B = 0%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 1

 K value IS 0.67

RGB Variations

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

Color information

#551800 (or 0x551800) is known color: Baker's Chocolate. HEX triplet: 55, 18 and 00. RGB value is (85,24,0). Sum of RGB (Red+Green+Blue) = 85+24+0=109 (14% of max value = 765). Red value is 85 (33.59% from 255 or 77.98% from 109); Green value is 24 (9.77% from 255 or 22.02% from 109); Blue value is 0 (0.39% from 255 or 0% from 109); Max value from RGB is 85 - color contains mainly: red. Hex color #551800 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551800 is #AAE7FF. Grayscale: #272727. Windows color (decimal): -11200512 or 6229. OLE color: 6229.

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

Color convert

RGB 85 24 0 -
CMYK 0 0.72 1 0.67
HSL 16.94º 1% 0.17% -
HSV(B) 16.94º 1% 0.33% -
XYZ 4.07 2.58 0.28 -
YUV 39.5 105.71 160.45 -
System Red Green Blue C M Y K H S L
Decimal 85 24 0 0 0.72 1 0.67 16.94 1 0.17
Hex 55 18 0 0 48 64 43 11 64 11
Octal 125 30 0 0 110 144 103 21 144 21
Binary 1010101 11000 0 0 1001000 1100100 1000011 10001 1100100 10001

Color Harmonies of #551800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551800

Black with #551800

Text Example


Text Example

White with #551800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551800; }

 p { color: rgb(85,24,0); }

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

background-color css

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

 a { background-color: rgb(85,24,0); }

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

border-color css

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

 span { border-color: rgb(85,24,0); }

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