Html Css Color HEX #5A2518 Caput Mortuum

📋 copy color: '#5A2518'

red 90 ◦ green 37 ◦ blue 24

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

Shades of Caput Mortuum #5A2518

Tints of Caput Mortuum #5A2518

RGB

 RED value IS 90 (35.55% from 255) = 59.6%

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

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

R = 59.6%
G = 24.5%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.73

 K value IS 0.65

RGB Variations

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

Color information

#5A2518 (or 0x5A2518) is known color: Caput Mortuum. HEX triplet: 5A, 25 and 18. RGB value is (90,37,24). Sum of RGB (Red+Green+Blue) = 90+37+24=151 (20% of max value = 765). Red value is 90 (35.55% from 255 or 59.60% from 151); Green value is 37 (14.84% from 255 or 24.50% from 151); Blue value is 24 (9.77% from 255 or 15.89% from 151); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2518 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A2518 is #A5DAE7. Grayscale: #333333. Windows color (decimal): -10869480 or 1582426. OLE color: 1582426.

HSL color Cylindrical-coordinate representation of color #5A2518: hue angle of 11.82º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5A2518 is Cyan = 0, Magento = 0.59, Yellow = 0.73 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 37 24 -
CMYK 0 0.59 0.73 0.65
HSL 11.82º 0.58% 0.22% -
HSV(B) 11.82º 0.73% 0.35% -
XYZ 5.04 3.56 1.29 -
YUV 51.37 112.56 155.56 -
System Red Green Blue C M Y K H S L
Decimal 90 37 24 0 0.59 0.73 0.65 11.82 0.58 0.22
Hex 5A 25 18 0 3B 49 41 C 3A 16
Octal 132 45 30 0 73 111 101 14 72 26
Binary 1011010 100101 11000 0 111011 1001001 1000001 1100 111010 10110

Color Harmonies of #5A2518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A2518

Black with #5A2518

Text Example


Text Example

White with #5A2518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A2518; }

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

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

background-color css

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

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

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

border-color css

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

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

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