Html Css Color HEX #551700 Caput Mortuum

📋 copy color: '#551700'

red 85 ◦ green 23 ◦ blue 0

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

Shades of Caput Mortuum #551700

Tints of Caput Mortuum #551700

RGB

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

 GREEN value IS 23 (9.38% from 255) = 21.3%

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

R = 78.7%
G = 21.3%
B = 0%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 1

 K value IS 0.67

RGB Variations

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

Color information

#551700 (or 0x551700) is known color: Caput Mortuum. HEX triplet: 55, 17 and 00. RGB value is (85,23,0). Sum of RGB (Red+Green+Blue) = 85+23+0=108 (14% of max value = 765). Red value is 85 (33.59% from 255 or 78.70% from 108); Green value is 23 (9.38% from 255 or 21.30% from 108); Blue value is 0 (0.39% from 255 or 0% from 108); Max value from RGB is 85 - color contains mainly: red. Hex color #551700 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551700 is #AAE8FF. Grayscale: #272727. Windows color (decimal): -11200768 or 5973. OLE color: 5973.

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

Color convert

RGB 85 23 0 -
CMYK 0 0.73 1 0.67
HSL 16.24º 1% 0.17% -
HSV(B) 16.24º 1% 0.33% -
XYZ 4.05 2.54 0.28 -
YUV 38.92 106.04 160.87 -
System Red Green Blue C M Y K H S L
Decimal 85 23 0 0 0.73 1 0.67 16.24 1 0.17
Hex 55 17 0 0 49 64 43 10 64 11
Octal 125 27 0 0 111 144 103 20 144 21
Binary 1010101 10111 0 0 1001001 1100100 1000011 10000 1100100 10001

Color Harmonies of #551700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551700

Black with #551700

Text Example


Text Example

White with #551700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551700; }

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

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

background-color css

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

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

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

border-color css

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

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

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