Html Css Color HEX #5A2618 Caput Mortuum

📋 copy color: '#5A2618'

red 90 ◦ green 38 ◦ blue 24

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

Shades of Caput Mortuum #5A2618

Tints of Caput Mortuum #5A2618

RGB

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

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

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

R = 59.21%
G = 25%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.73

 K value IS 0.65

RGB Variations

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

Color information

#5A2618 (or 0x5A2618) is known color: Caput Mortuum. HEX triplet: 5A, 26 and 18. RGB value is (90,38,24). Sum of RGB (Red+Green+Blue) = 90+38+24=152 (20% of max value = 765). Red value is 90 (35.55% from 255 or 59.21% from 152); Green value is 38 (15.23% from 255 or 25% from 152); Blue value is 24 (9.77% from 255 or 15.79% from 152); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2618 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A2618 is #A5D9E7. Grayscale: #343434. Windows color (decimal): -10869224 or 1582682. OLE color: 1582682.

HSL color Cylindrical-coordinate representation of color #5A2618: hue angle of 12.73º 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 #5A2618 is Cyan = 0, Magento = 0.58, Yellow = 0.73 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 38 24 -
CMYK 0 0.58 0.73 0.65
HSL 12.73º 0.58% 0.22% -
HSV(B) 12.73º 0.73% 0.35% -
XYZ 5.07 3.63 1.3 -
YUV 51.95 112.23 155.14 -
System Red Green Blue C M Y K H S L
Decimal 90 38 24 0 0.58 0.73 0.65 12.73 0.58 0.22
Hex 5A 26 18 0 3A 49 41 D 3A 16
Octal 132 46 30 0 72 111 101 15 72 26
Binary 1011010 100110 11000 0 111010 1001001 1000001 1101 111010 10110

Color Harmonies of #5A2618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A2618

Black with #5A2618

Text Example


Text Example

White with #5A2618

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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