Html Css Color HEX #552518 Caput Mortuum

📋 copy color: '#552518'

red 85 ◦ green 37 ◦ blue 24

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

Shades of Caput Mortuum #552518

Tints of Caput Mortuum #552518

RGB

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

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

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

R = 58.22%
G = 25.34%
B = 16.44%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.72

 K value IS 0.67

RGB Variations

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

Color information

#552518 (or 0x552518) is known color: Caput Mortuum. HEX triplet: 55, 25 and 18. RGB value is (85,37,24). Sum of RGB (Red+Green+Blue) = 85+37+24=146 (19% of max value = 765). Red value is 85 (33.59% from 255 or 58.22% from 146); Green value is 37 (14.84% from 255 or 25.34% from 146); Blue value is 24 (9.77% from 255 or 16.44% from 146); Max value from RGB is 85 - color contains mainly: red. Hex color #552518 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552518 is #AADAE7. Grayscale: #313131. Windows color (decimal): -11197160 or 1582421. OLE color: 1582421.

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

Color convert

RGB 85 37 24 -
CMYK 0 0.56 0.72 0.67
HSL 12.79º 0.56% 0.21% -
HSV(B) 12.79º 0.72% 0.33% -
XYZ 4.57 3.32 1.26 -
YUV 49.87 113.4 153.06 -
System Red Green Blue C M Y K H S L
Decimal 85 37 24 0 0.56 0.72 0.67 12.79 0.56 0.21
Hex 55 25 18 0 38 48 43 D 38 15
Octal 125 45 30 0 70 110 103 15 70 25
Binary 1010101 100101 11000 0 111000 1001000 1000011 1101 111000 10101

Color Harmonies of #552518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552518

Black with #552518

Text Example


Text Example

White with #552518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552518; }

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

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

background-color css

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

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

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

border-color css

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

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

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