Html Css Color HEX #552514 Caput Mortuum

📋 copy color: '#552514'

red 85 ◦ green 37 ◦ blue 20

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

Shades of Caput Mortuum #552514

Tints of Caput Mortuum #552514

RGB

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

 GREEN value IS 37 (14.84% from 255) = 26.06%

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

R = 59.86%
G = 26.06%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.76

 K value IS 0.67

RGB Variations

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

Color information

#552514 (or 0x552514) is known color: Caput Mortuum. HEX triplet: 55, 25 and 14. RGB value is (85,37,20). Sum of RGB (Red+Green+Blue) = 85+37+20=142 (18% of max value = 765). Red value is 85 (33.59% from 255 or 59.86% from 142); Green value is 37 (14.84% from 255 or 26.06% from 142); Blue value is 20 (8.20% from 255 or 14.08% from 142); Max value from RGB is 85 - color contains mainly: red. Hex color #552514 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552514 is #AADAEB. Grayscale: #313131. Windows color (decimal): -11197164 or 1320277. OLE color: 1320277.

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

Color convert

RGB 85 37 20 -
CMYK 0 0.56 0.76 0.67
HSL 15.69º 0.62% 0.21% -
HSV(B) 15.69º 0.76% 0.33% -
XYZ 4.53 3.3 1.06 -
YUV 49.41 111.4 153.38 -
System Red Green Blue C M Y K H S L
Decimal 85 37 20 0 0.56 0.76 0.67 15.69 0.62 0.21
Hex 55 25 14 0 38 4C 43 10 3E 15
Octal 125 45 24 0 70 114 103 20 76 25
Binary 1010101 100101 10100 0 111000 1001100 1000011 10000 111110 10101

Color Harmonies of #552514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552514

Black with #552514

Text Example


Text Example

White with #552514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552514; }

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

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

background-color css

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

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

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

border-color css

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

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

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