Html Css Color HEX #5A2514 Caput Mortuum

📋 copy color: '#5A2514'

red 90 ◦ green 37 ◦ blue 20

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

Shades of Caput Mortuum #5A2514

Tints of Caput Mortuum #5A2514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 13.61%

R = 61.22%
G = 25.17%
B = 13.61%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.78

 K value IS 0.65

RGB Variations

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

Color information

#5A2514 (or 0x5A2514) is known color: Caput Mortuum. HEX triplet: 5A, 25 and 14. RGB value is (90,37,20). Sum of RGB (Red+Green+Blue) = 90+37+20=147 (19% of max value = 765). Red value is 90 (35.55% from 255 or 61.22% from 147); Green value is 37 (14.84% from 255 or 25.17% from 147); Blue value is 20 (8.20% from 255 or 13.61% from 147); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2514 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A2514 is #A5DAEB. Grayscale: #333333. Windows color (decimal): -10869484 or 1320282. OLE color: 1320282.

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

Color convert

RGB 90 37 20 -
CMYK 0 0.59 0.78 0.65
HSL 14.57º 0.64% 0.22% -
HSV(B) 14.57º 0.78% 0.35% -
XYZ 5 3.55 1.08 -
YUV 50.91 110.56 155.88 -
System Red Green Blue C M Y K H S L
Decimal 90 37 20 0 0.59 0.78 0.65 14.57 0.64 0.22
Hex 5A 25 14 0 3B 4E 41 F 40 16
Octal 132 45 24 0 73 116 101 17 100 26
Binary 1011010 100101 10100 0 111011 1001110 1000001 1111 1000000 10110

Color Harmonies of #5A2514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A2514

Black with #5A2514

Text Example


Text Example

White with #5A2514

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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