Html Css Color HEX #5B2917 Caput Mortuum

📋 copy color: '#5B2917'

red 91 ◦ green 41 ◦ blue 23

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

Shades of Caput Mortuum #5B2917

Tints of Caput Mortuum #5B2917

RGB

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

 GREEN value IS 41 (16.41% from 255) = 26.45%

 BLUE value IS 23 (9.38% from 255) = 14.84%

R = 58.71%
G = 26.45%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.75

 K value IS 0.64

RGB Variations

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

Color information

#5B2917 (or 0x5B2917) is known color: Caput Mortuum. HEX triplet: 5B, 29 and 17. RGB value is (91,41,23). Sum of RGB (Red+Green+Blue) = 91+41+23=155 (20% of max value = 765). Red value is 91 (35.94% from 255 or 58.71% from 155); Green value is 41 (16.41% from 255 or 26.45% from 155); Blue value is 23 (9.38% from 255 or 14.84% from 155); Max value from RGB is 91 - color contains mainly: red. Hex color #5B2917 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B2917 is #A4D6E8. Grayscale: #363636. Windows color (decimal): -10802921 or 1517915. OLE color: 1517915.

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

Color convert

RGB 91 41 23 -
CMYK 0 0.55 0.75 0.64
HSL 15.88º 0.6% 0.22% -
HSV(B) 15.88º 0.75% 0.36% -
XYZ 5.26 3.87 1.28 -
YUV 53.9 110.57 154.46 -
System Red Green Blue C M Y K H S L
Decimal 91 41 23 0 0.55 0.75 0.64 15.88 0.6 0.22
Hex 5B 29 17 0 37 4B 40 10 3C 16
Octal 133 51 27 0 67 113 100 20 74 26
Binary 1011011 101001 10111 0 110111 1001011 1000000 10000 111100 10110

Color Harmonies of #5B2917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B2917

Black with #5B2917

Text Example


Text Example

White with #5B2917

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,41,23); }

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

background-color css

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

 a { background-color: rgb(91,41,23); }

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

border-color css

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

 span { border-color: rgb(91,41,23); }

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