Html Css Color HEX #5A2821 Caput Mortuum

📋 copy color: '#5A2821'

red 90 ◦ green 40 ◦ blue 33

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

Shades of Caput Mortuum #5A2821

Tints of Caput Mortuum #5A2821

RGB

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

 GREEN value IS 40 (16.02% from 255) = 24.54%

 BLUE value IS 33 (13.28% from 255) = 20.25%

R = 55.21%
G = 24.54%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.63

 K value IS 0.65

RGB Variations

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

Color information

#5A2821 (or 0x5A2821) is known color: Caput Mortuum. HEX triplet: 5A, 28 and 21. RGB value is (90,40,33). Sum of RGB (Red+Green+Blue) = 90+40+33=163 (21% of max value = 765). Red value is 90 (35.55% from 255 or 55.21% from 163); Green value is 40 (16.02% from 255 or 24.54% from 163); Blue value is 33 (13.28% from 255 or 20.25% from 163); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2821 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2821 is #A5D7DE. Grayscale: #363636. Windows color (decimal): -10868703 or 2173018. OLE color: 2173018.

HSL color Cylindrical-coordinate representation of color #5A2821: hue angle of 7.37º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5A2821 is Cyan = 0, Magento = 0.56, Yellow = 0.63 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 40 33 -
CMYK 0 0.56 0.63 0.65
HSL 7.37º 0.46% 0.24% -
HSV(B) 7.37º 0.63% 0.35% -
XYZ 5.25 3.8 1.9 -
YUV 54.15 116.07 153.57 -
System Red Green Blue C M Y K H S L
Decimal 90 40 33 0 0.56 0.63 0.65 7.37 0.46 0.24
Hex 5A 28 21 0 38 3F 41 7 2E 18
Octal 132 50 41 0 70 77 101 7 56 30
Binary 1011010 101000 100001 0 111000 111111 1000001 111 101110 11000

Color Harmonies of #5A2821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A2821

Black with #5A2821

Text Example


Text Example

White with #5A2821

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,40,33); }

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

background-color css

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

 a { background-color: rgb(90,40,33); }

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

border-color css

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

 span { border-color: rgb(90,40,33); }

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