Html Css Color HEX #5E210F Caput Mortuum

📋 copy color: '#5E210F'

red 94 ◦ green 33 ◦ blue 15

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

Shades of Caput Mortuum #5E210F

Tints of Caput Mortuum #5E210F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 23.24%

 BLUE value IS 15 (6.25% from 255) = 10.56%

R = 66.2%
G = 23.24%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.84

 K value IS 0.63

RGB Variations

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

Color information

#5E210F (or 0x5E210F) is known color: Caput Mortuum. HEX triplet: 5E, 21 and 0F. RGB value is (94,33,15). Sum of RGB (Red+Green+Blue) = 94+33+15=142 (18% of max value = 765). Red value is 94 (37.11% from 255 or 66.20% from 142); Green value is 33 (13.28% from 255 or 23.24% from 142); Blue value is 15 (6.25% from 255 or 10.56% from 142); Max value from RGB is 94 - color contains mainly: red. Hex color #5E210F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5E210F is #A1DEF0. Grayscale: #313131. Windows color (decimal): -10608369 or 991582. OLE color: 991582.

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

Color convert

RGB 94 33 15 -
CMYK 0 0.65 0.84 0.63
HSL 13.67º 0.72% 0.21% -
HSV(B) 13.67º 0.84% 0.37% -
XYZ 5.25 3.5 0.85 -
YUV 49.19 108.71 159.96 -
System Red Green Blue C M Y K H S L
Decimal 94 33 15 0 0.65 0.84 0.63 13.67 0.72 0.21
Hex 5E 21 F 0 41 54 3F E 48 15
Octal 136 41 17 0 101 124 77 16 110 25
Binary 1011110 100001 1111 0 1000001 1010100 111111 1110 1001000 10101

Color Harmonies of #5E210F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E210F

Black with #5E210F

Text Example


Text Example

White with #5E210F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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