Html Css Color HEX #5B2413 Caput Mortuum

📋 copy color: '#5B2413'

red 91 ◦ green 36 ◦ blue 19

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

Shades of Caput Mortuum #5B2413

Tints of Caput Mortuum #5B2413

RGB

 RED value IS 91 (35.94% from 255) = 62.33%

 GREEN value IS 36 (14.45% from 255) = 24.66%

 BLUE value IS 19 (7.81% from 255) = 13.01%

R = 62.33%
G = 24.66%
B = 13.01%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.79

 K value IS 0.64

RGB Variations

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

Color information

#5B2413 (or 0x5B2413) is known color: Caput Mortuum. HEX triplet: 5B, 24 and 13. RGB value is (91,36,19). Sum of RGB (Red+Green+Blue) = 91+36+19=146 (19% of max value = 765). Red value is 91 (35.94% from 255 or 62.33% from 146); Green value is 36 (14.45% from 255 or 24.66% from 146); Blue value is 19 (7.81% from 255 or 13.01% from 146); Max value from RGB is 91 - color contains mainly: red. Hex color #5B2413 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B2413 is #A4DBEC. Grayscale: #323232. Windows color (decimal): -10804205 or 1254491. OLE color: 1254491.

HSL color Cylindrical-coordinate representation of color #5B2413: hue angle of 14.17º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5B2413 is Cyan = 0, Magento = 0.60, Yellow = 0.79 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 36 19 -
CMYK 0 0.60 0.79 0.64
HSL 14.17º 0.65% 0.22% -
HSV(B) 14.17º 0.79% 0.36% -
XYZ 5.06 3.53 1.03 -
YUV 50.51 110.22 156.88 -
System Red Green Blue C M Y K H S L
Decimal 91 36 19 0 0.60 0.79 0.64 14.17 0.65 0.22
Hex 5B 24 13 0 3C 4F 40 E 41 16
Octal 133 44 23 0 74 117 100 16 101 26
Binary 1011011 100100 10011 0 111100 1001111 1000000 1110 1000001 10110

Color Harmonies of #5B2413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B2413

Black with #5B2413

Text Example


Text Example

White with #5B2413

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,36,19); }

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

background-color css

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

 a { background-color: rgb(91,36,19); }

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

border-color css

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

 span { border-color: rgb(91,36,19); }

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