Html Css Color HEX #552418 Caput Mortuum

📋 copy color: '#552418'

red 85 ◦ green 36 ◦ blue 24

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

Shades of Caput Mortuum #552418

Tints of Caput Mortuum #552418

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 16.55%

R = 58.62%
G = 24.83%
B = 16.55%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.72

 K value IS 0.67

RGB Variations

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

Color information

#552418 (or 0x552418) is known color: Caput Mortuum. HEX triplet: 55, 24 and 18. RGB value is (85,36,24). Sum of RGB (Red+Green+Blue) = 85+36+24=145 (19% of max value = 765). Red value is 85 (33.59% from 255 or 58.62% from 145); Green value is 36 (14.45% from 255 or 24.83% from 145); Blue value is 24 (9.77% from 255 or 16.55% from 145); Max value from RGB is 85 - color contains mainly: red. Hex color #552418 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552418 is #AADBE7. Grayscale: #313131. Windows color (decimal): -11197416 or 1582165. OLE color: 1582165.

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

Color convert

RGB 85 36 24 -
CMYK 0 0.58 0.72 0.67
HSL 11.8º 0.56% 0.21% -
HSV(B) 11.8º 0.72% 0.33% -
XYZ 4.54 3.26 1.25 -
YUV 49.28 113.73 153.48 -
System Red Green Blue C M Y K H S L
Decimal 85 36 24 0 0.58 0.72 0.67 11.8 0.56 0.21
Hex 55 24 18 0 3A 48 43 C 38 15
Octal 125 44 30 0 72 110 103 14 70 25
Binary 1010101 100100 11000 0 111010 1001000 1000011 1100 111000 10101

Color Harmonies of #552418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552418

Black with #552418

Text Example


Text Example

White with #552418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552418; }

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

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

background-color css

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

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

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

border-color css

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

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

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