Html Css Color HEX #5A2617 Caput Mortuum

📋 copy color: '#5A2617'

red 90 ◦ green 38 ◦ blue 23

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

Shades of Caput Mortuum #5A2617

Tints of Caput Mortuum #5A2617

RGB

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

 GREEN value IS 38 (15.23% from 255) = 25.17%

 BLUE value IS 23 (9.38% from 255) = 15.23%

R = 59.6%
G = 25.17%
B = 15.23%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.74

 K value IS 0.65

RGB Variations

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

Color information

#5A2617 (or 0x5A2617) is known color: Caput Mortuum. HEX triplet: 5A, 26 and 17. RGB value is (90,38,23). Sum of RGB (Red+Green+Blue) = 90+38+23=151 (20% of max value = 765). Red value is 90 (35.55% from 255 or 59.60% from 151); Green value is 38 (15.23% from 255 or 25.17% from 151); Blue value is 23 (9.38% from 255 or 15.23% from 151); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2617 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A2617 is #A5D9E8. Grayscale: #333333. Windows color (decimal): -10869225 or 1517146. OLE color: 1517146.

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

Color convert

RGB 90 38 23 -
CMYK 0 0.58 0.74 0.65
HSL 13.43º 0.59% 0.22% -
HSV(B) 13.43º 0.74% 0.35% -
XYZ 5.06 3.62 1.24 -
YUV 51.84 111.73 155.22 -
System Red Green Blue C M Y K H S L
Decimal 90 38 23 0 0.58 0.74 0.65 13.43 0.59 0.22
Hex 5A 26 17 0 3A 4A 41 D 3B 16
Octal 132 46 27 0 72 112 101 15 73 26
Binary 1011010 100110 10111 0 111010 1001010 1000001 1101 111011 10110

Color Harmonies of #5A2617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A2617

Black with #5A2617

Text Example


Text Example

White with #5A2617

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,38,23); }

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

background-color css

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

 a { background-color: rgb(90,38,23); }

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

border-color css

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

 span { border-color: rgb(90,38,23); }

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