Html Css Color HEX #552416 Caput Mortuum

📋 copy color: '#552416'

red 85 ◦ green 36 ◦ blue 22

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

Shades of Caput Mortuum #552416

Tints of Caput Mortuum #552416

RGB

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

 GREEN value IS 36 (14.45% from 255) = 25.17%

 BLUE value IS 22 (8.98% from 255) = 15.38%

R = 59.44%
G = 25.17%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.74

 K value IS 0.67

RGB Variations

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

Color information

#552416 (or 0x552416) is known color: Caput Mortuum. HEX triplet: 55, 24 and 16. RGB value is (85,36,22). Sum of RGB (Red+Green+Blue) = 85+36+22=143 (18% of max value = 765). Red value is 85 (33.59% from 255 or 59.44% from 143); Green value is 36 (14.45% from 255 or 25.17% from 143); Blue value is 22 (8.98% from 255 or 15.38% from 143); Max value from RGB is 85 - color contains mainly: red. Hex color #552416 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552416 is #AADBE9. Grayscale: #313131. Windows color (decimal): -11197418 or 1451093. OLE color: 1451093.

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

Color convert

RGB 85 36 22 -
CMYK 0 0.58 0.74 0.67
HSL 13.33º 0.59% 0.21% -
HSV(B) 13.33º 0.74% 0.33% -
XYZ 4.52 3.25 1.15 -
YUV 49.06 112.73 153.64 -
System Red Green Blue C M Y K H S L
Decimal 85 36 22 0 0.58 0.74 0.67 13.33 0.59 0.21
Hex 55 24 16 0 3A 4A 43 D 3B 15
Octal 125 44 26 0 72 112 103 15 73 25
Binary 1010101 100100 10110 0 111010 1001010 1000011 1101 111011 10101

Color Harmonies of #552416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552416

Black with #552416

Text Example


Text Example

White with #552416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552416; }

 p { color: rgb(85,36,22); }

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

background-color css

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

 a { background-color: rgb(85,36,22); }

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

border-color css

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

 span { border-color: rgb(85,36,22); }

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