Html Css Color HEX #5B2613 Caput Mortuum

📋 copy color: '#5B2613'

red 91 ◦ green 38 ◦ blue 19

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

Shades of Caput Mortuum #5B2613

Tints of Caput Mortuum #5B2613

RGB

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

 GREEN value IS 38 (15.23% from 255) = 25.68%

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

R = 61.49%
G = 25.68%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.79

 K value IS 0.64

RGB Variations

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

Color information

#5B2613 (or 0x5B2613) is known color: Caput Mortuum. HEX triplet: 5B, 26 and 13. RGB value is (91,38,19). Sum of RGB (Red+Green+Blue) = 91+38+19=148 (19% of max value = 765). Red value is 91 (35.94% from 255 or 61.49% from 148); Green value is 38 (15.23% from 255 or 25.68% from 148); Blue value is 19 (7.81% from 255 or 12.84% from 148); Max value from RGB is 91 - color contains mainly: red. Hex color #5B2613 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B2613 is #A4D9EC. Grayscale: #333333. Windows color (decimal): -10803693 or 1255003. OLE color: 1255003.

HSL color Cylindrical-coordinate representation of color #5B2613: hue angle of 15.83º 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 #5B2613 is Cyan = 0, Magento = 0.58, Yellow = 0.79 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 38 19 -
CMYK 0 0.58 0.79 0.64
HSL 15.83º 0.65% 0.22% -
HSV(B) 15.83º 0.79% 0.36% -
XYZ 5.13 3.66 1.05 -
YUV 51.68 109.56 156.04 -
System Red Green Blue C M Y K H S L
Decimal 91 38 19 0 0.58 0.79 0.64 15.83 0.65 0.22
Hex 5B 26 13 0 3A 4F 40 10 41 16
Octal 133 46 23 0 72 117 100 20 101 26
Binary 1011011 100110 10011 0 111010 1001111 1000000 10000 1000001 10110

Color Harmonies of #5B2613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B2613

Black with #5B2613

Text Example


Text Example

White with #5B2613

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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