Html Css Color HEX #552114 Caput Mortuum

📋 copy color: '#552114'

red 85 ◦ green 33 ◦ blue 20

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

Shades of Caput Mortuum #552114

Tints of Caput Mortuum #552114

RGB

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

 GREEN value IS 33 (13.28% from 255) = 23.91%

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

R = 61.59%
G = 23.91%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.76

 K value IS 0.67

RGB Variations

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

Color information

#552114 (or 0x552114) is known color: Caput Mortuum. HEX triplet: 55, 21 and 14. RGB value is (85,33,20). Sum of RGB (Red+Green+Blue) = 85+33+20=138 (18% of max value = 765). Red value is 85 (33.59% from 255 or 61.59% from 138); Green value is 33 (13.28% from 255 or 23.91% from 138); Blue value is 20 (8.20% from 255 or 14.49% from 138); Max value from RGB is 85 - color contains mainly: red. Hex color #552114 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552114 is #AADEEB. Grayscale: #2F2F2F. Windows color (decimal): -11198188 or 1319253. OLE color: 1319253.

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

Color convert

RGB 85 33 20 -
CMYK 0 0.61 0.76 0.67
HSL 12º 0.62% 0.21% -
HSV(B) 12º 0.76% 0.33% -
XYZ 4.42 3.07 1.02 -
YUV 47.07 112.73 155.06 -
System Red Green Blue C M Y K H S L
Decimal 85 33 20 0 0.61 0.76 0.67 12 0.62 0.21
Hex 55 21 14 0 3D 4C 43 C 3E 15
Octal 125 41 24 0 75 114 103 14 76 25
Binary 1010101 100001 10100 0 111101 1001100 1000011 1100 111110 10101

Color Harmonies of #552114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552114

Black with #552114

Text Example


Text Example

White with #552114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552114; }

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

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

background-color css

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

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

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

border-color css

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

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

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