Html Css Color HEX #5A2415 Caput Mortuum

📋 copy color: '#5A2415'

red 90 ◦ green 36 ◦ blue 21

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

Shades of Caput Mortuum #5A2415

Tints of Caput Mortuum #5A2415

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 14.29%

R = 61.22%
G = 24.49%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.77

 K value IS 0.65

RGB Variations

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

Color information

#5A2415 (or 0x5A2415) is known color: Caput Mortuum. HEX triplet: 5A, 24 and 15. RGB value is (90,36,21). Sum of RGB (Red+Green+Blue) = 90+36+21=147 (19% of max value = 765). Red value is 90 (35.55% from 255 or 61.22% from 147); Green value is 36 (14.45% from 255 or 24.49% from 147); Blue value is 21 (8.59% from 255 or 14.29% from 147); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2415 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A2415 is #A5DBEA. Grayscale: #323232. Windows color (decimal): -10869739 or 1385562. OLE color: 1385562.

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

Color convert

RGB 90 36 21 -
CMYK 0 0.60 0.77 0.65
HSL 13.04º 0.62% 0.22% -
HSV(B) 13.04º 0.77% 0.35% -
XYZ 4.98 3.49 1.12 -
YUV 50.44 111.39 156.22 -
System Red Green Blue C M Y K H S L
Decimal 90 36 21 0 0.60 0.77 0.65 13.04 0.62 0.22
Hex 5A 24 15 0 3C 4D 41 D 3E 16
Octal 132 44 25 0 74 115 101 15 76 26
Binary 1011010 100100 10101 0 111100 1001101 1000001 1101 111110 10110

Color Harmonies of #5A2415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A2415

Black with #5A2415

Text Example


Text Example

White with #5A2415

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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