Html Css Color HEX #5A2412 Caput Mortuum

📋 copy color: '#5A2412'

red 90 ◦ green 36 ◦ blue 18

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

Shades of Caput Mortuum #5A2412

Tints of Caput Mortuum #5A2412

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 12.5%

R = 62.5%
G = 25%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.80

 K value IS 0.65

RGB Variations

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

Color information

#5A2412 (or 0x5A2412) is known color: Caput Mortuum. HEX triplet: 5A, 24 and 12. RGB value is (90,36,18). Sum of RGB (Red+Green+Blue) = 90+36+18=144 (19% of max value = 765). Red value is 90 (35.55% from 255 or 62.5% from 144); Green value is 36 (14.45% from 255 or 25% from 144); Blue value is 18 (7.42% from 255 or 12.5% from 144); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2412 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A2412 is #A5DBED. Grayscale: #323232. Windows color (decimal): -10869742 or 1188954. OLE color: 1188954.

HSL color Cylindrical-coordinate representation of color #5A2412: hue angle of 15º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5A2412 is Cyan = 0, Magento = 0.60, Yellow = 0.80 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 36 18 -
CMYK 0 0.60 0.80 0.65
HSL 15º 0.67% 0.21% -
HSV(B) 15º 0.8% 0.35% -
XYZ 4.96 3.48 0.98 -
YUV 50.09 109.89 156.46 -
System Red Green Blue C M Y K H S L
Decimal 90 36 18 0 0.60 0.80 0.65 15 0.67 0.21
Hex 5A 24 12 0 3C 50 41 F 43 15
Octal 132 44 22 0 74 120 101 17 103 25
Binary 1011010 100100 10010 0 111100 1010000 1000001 1111 1000011 10101

Color Harmonies of #5A2412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A2412

Black with #5A2412

Text Example


Text Example

White with #5A2412

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,36,18); }

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

background-color css

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

 a { background-color: rgb(90,36,18); }

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

border-color css

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

 span { border-color: rgb(90,36,18); }

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