Html Css Color HEX #5E251E Caput Mortuum

📋 copy color: '#5E251E'

red 94 ◦ green 37 ◦ blue 30

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

Shades of Caput Mortuum #5E251E

Tints of Caput Mortuum #5E251E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 22.98%

 BLUE value IS 30 (12.11% from 255) = 18.63%

R = 58.39%
G = 22.98%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.68

 K value IS 0.63

RGB Variations

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

Color information

#5E251E (or 0x5E251E) is known color: Caput Mortuum. HEX triplet: 5E, 25 and 1E. RGB value is (94,37,30). Sum of RGB (Red+Green+Blue) = 94+37+30=161 (21% of max value = 765). Red value is 94 (37.11% from 255 or 58.39% from 161); Green value is 37 (14.84% from 255 or 22.98% from 161); Blue value is 30 (12.11% from 255 or 18.63% from 161); Max value from RGB is 94 - color contains mainly: red. Hex color #5E251E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E251E is #A1DAE1. Grayscale: #353535. Windows color (decimal): -10607330 or 1975646. OLE color: 1975646.

HSL color Cylindrical-coordinate representation of color #5E251E: hue angle of 6.56º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5E251E is Cyan = 0, Magento = 0.61, Yellow = 0.68 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 37 30 -
CMYK 0 0.61 0.68 0.63
HSL 6.56º 0.52% 0.24% -
HSV(B) 6.56º 0.68% 0.37% -
XYZ 5.51 3.8 1.67 -
YUV 53.25 114.88 157.07 -
System Red Green Blue C M Y K H S L
Decimal 94 37 30 0 0.61 0.68 0.63 6.56 0.52 0.24
Hex 5E 25 1E 0 3D 44 3F 7 34 18
Octal 136 45 36 0 75 104 77 7 64 30
Binary 1011110 100101 11110 0 111101 1000100 111111 111 110100 11000

Color Harmonies of #5E251E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E251E

Black with #5E251E

Text Example


Text Example

White with #5E251E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,37,30); }

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

background-color css

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

 a { background-color: rgb(94,37,30); }

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

border-color css

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

 span { border-color: rgb(94,37,30); }

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