Html Css Color HEX #5E2621 Caput Mortuum

📋 copy color: '#5E2621'

red 94 ◦ green 38 ◦ blue 33

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

Shades of Caput Mortuum #5E2621

Tints of Caput Mortuum #5E2621

RGB

 RED value IS 94 (37.11% from 255) = 56.97%

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

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

R = 56.97%
G = 23.03%
B = 20%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.65

 K value IS 0.63

RGB Variations

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

Color information

#5E2621 (or 0x5E2621) is known color: Caput Mortuum. HEX triplet: 5E, 26 and 21. RGB value is (94,38,33). Sum of RGB (Red+Green+Blue) = 94+38+33=165 (21% of max value = 765). Red value is 94 (37.11% from 255 or 56.97% from 165); Green value is 38 (15.23% from 255 or 23.03% from 165); Blue value is 33 (13.28% from 255 or 20% from 165); Max value from RGB is 94 - color contains mainly: red. Hex color #5E2621 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E2621 is #A1D9DE. Grayscale: #363636. Windows color (decimal): -10607071 or 2172510. OLE color: 2172510.

HSL color Cylindrical-coordinate representation of color #5E2621: hue angle of 4.92º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5E2621 is Cyan = 0, Magento = 0.60, Yellow = 0.65 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 38 33 -
CMYK 0 0.60 0.65 0.63
HSL 4.92º 0.48% 0.25% -
HSV(B) 4.92º 0.65% 0.37% -
XYZ 5.58 3.88 1.89 -
YUV 54.17 116.05 156.41 -
System Red Green Blue C M Y K H S L
Decimal 94 38 33 0 0.60 0.65 0.63 4.92 0.48 0.25
Hex 5E 26 21 0 3C 41 3F 5 30 19
Octal 136 46 41 0 74 101 77 5 60 31
Binary 1011110 100110 100001 0 111100 1000001 111111 101 110000 11001

Color Harmonies of #5E2621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E2621

Black with #5E2621

Text Example


Text Example

White with #5E2621

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,38,33); }

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

background-color css

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

 a { background-color: rgb(94,38,33); }

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

border-color css

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

 span { border-color: rgb(94,38,33); }

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