Html Css Color HEX #552014 Caput Mortuum

📋 copy color: '#552014'

red 85 ◦ green 32 ◦ blue 20

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

Shades of Caput Mortuum #552014

Tints of Caput Mortuum #552014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 14.6%

R = 62.04%
G = 23.36%
B = 14.6%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.76

 K value IS 0.67

RGB Variations

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

Color information

#552014 (or 0x552014) is known color: Caput Mortuum. HEX triplet: 55, 20 and 14. RGB value is (85,32,20). Sum of RGB (Red+Green+Blue) = 85+32+20=137 (18% of max value = 765). Red value is 85 (33.59% from 255 or 62.04% from 137); Green value is 32 (12.89% from 255 or 23.36% from 137); Blue value is 20 (8.20% from 255 or 14.60% from 137); Max value from RGB is 85 - color contains mainly: red. Hex color #552014 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552014 is #AADFEB. Grayscale: #2E2E2E. Windows color (decimal): -11198444 or 1318997. OLE color: 1318997.

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

Color convert

RGB 85 32 20 -
CMYK 0 0.62 0.76 0.67
HSL 11.08º 0.62% 0.21% -
HSV(B) 11.08º 0.76% 0.33% -
XYZ 4.39 3.01 1.01 -
YUV 46.48 113.06 155.48 -
System Red Green Blue C M Y K H S L
Decimal 85 32 20 0 0.62 0.76 0.67 11.08 0.62 0.21
Hex 55 20 14 0 3E 4C 43 B 3E 15
Octal 125 40 24 0 76 114 103 13 76 25
Binary 1010101 100000 10100 0 111110 1001100 1000011 1011 111110 10101

Color Harmonies of #552014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552014

Black with #552014

Text Example


Text Example

White with #552014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552014; }

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

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

background-color css

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

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

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

border-color css

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

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

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