Html Css Color HEX #5E251A Caput Mortuum

📋 copy color: '#5E251A'

red 94 ◦ green 37 ◦ blue 26

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

Shades of Caput Mortuum #5E251A

Tints of Caput Mortuum #5E251A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 16.56%

R = 59.87%
G = 23.57%
B = 16.56%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.72

 K value IS 0.63

RGB Variations

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

Color information

#5E251A (or 0x5E251A) is known color: Caput Mortuum. HEX triplet: 5E, 25 and 1A. RGB value is (94,37,26). Sum of RGB (Red+Green+Blue) = 94+37+26=157 (20% of max value = 765). Red value is 94 (37.11% from 255 or 59.87% from 157); Green value is 37 (14.84% from 255 or 23.57% from 157); Blue value is 26 (10.55% from 255 or 16.56% from 157); Max value from RGB is 94 - color contains mainly: red. Hex color #5E251A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E251A is #A1DAE5. Grayscale: #343434. Windows color (decimal): -10607334 or 1713502. OLE color: 1713502.

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

Color convert

RGB 94 37 26 -
CMYK 0 0.61 0.72 0.63
HSL 9.71º 0.57% 0.24% -
HSV(B) 9.71º 0.72% 0.37% -
XYZ 5.46 3.78 1.42 -
YUV 52.79 112.88 157.39 -
System Red Green Blue C M Y K H S L
Decimal 94 37 26 0 0.61 0.72 0.63 9.71 0.57 0.24
Hex 5E 25 1A 0 3D 48 3F A 39 18
Octal 136 45 32 0 75 110 77 12 71 30
Binary 1011110 100101 11010 0 111101 1001000 111111 1010 111001 11000

Color Harmonies of #5E251A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E251A

Black with #5E251A

Text Example


Text Example

White with #5E251A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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