Html Css Color HEX #551900 Baker's Chocolate

📋 copy color: '#551900'

red 85 ◦ green 25 ◦ blue 0

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

Shades of Baker's Chocolate #551900

Tints of Baker's Chocolate #551900

RGB

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

 GREEN value IS 25 (10.16% from 255) = 22.73%

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

R = 77.27%
G = 22.73%
B = 0%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 1

 K value IS 0.67

RGB Variations

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

Color information

#551900 (or 0x551900) is known color: Baker's Chocolate. HEX triplet: 55, 19 and 00. RGB value is (85,25,0). Sum of RGB (Red+Green+Blue) = 85+25+0=110 (14% of max value = 765). Red value is 85 (33.59% from 255 or 77.27% from 110); Green value is 25 (10.16% from 255 or 22.73% from 110); Blue value is 0 (0.39% from 255 or 0% from 110); Max value from RGB is 85 - color contains mainly: red. Hex color #551900 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551900 is #AAE6FF. Grayscale: #282828. Windows color (decimal): -11200256 or 6485. OLE color: 6485.

HSL color Cylindrical-coordinate representation of color #551900: hue angle of 17.65º 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 #551900 is Cyan = 0, Magento = 0.71, Yellow = 1 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 25 0 -
CMYK 0 0.71 1 0.67
HSL 17.65º 1% 0.17% -
HSV(B) 17.65º 1% 0.33% -
XYZ 4.09 2.63 0.29 -
YUV 40.09 105.38 160.03 -
System Red Green Blue C M Y K H S L
Decimal 85 25 0 0 0.71 1 0.67 17.65 1 0.17
Hex 55 19 0 0 47 64 43 12 64 11
Octal 125 31 0 0 107 144 103 22 144 21
Binary 1010101 11001 0 0 1000111 1100100 1000011 10010 1100100 10001

Color Harmonies of #551900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551900

Black with #551900

Text Example


Text Example

White with #551900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551900; }

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

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

background-color css

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

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

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

border-color css

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

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

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