Html Css Color HEX #5B2412 Caput Mortuum

📋 copy color: '#5B2412'

red 91 ◦ green 36 ◦ blue 18

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

Shades of Caput Mortuum #5B2412

Tints of Caput Mortuum #5B2412

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 12.41%

R = 62.76%
G = 24.83%
B = 12.41%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.80

 K value IS 0.64

RGB Variations

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

Color information

#5B2412 (or 0x5B2412) is known color: Caput Mortuum. HEX triplet: 5B, 24 and 12. RGB value is (91,36,18). Sum of RGB (Red+Green+Blue) = 91+36+18=145 (19% of max value = 765). Red value is 91 (35.94% from 255 or 62.76% from 145); Green value is 36 (14.45% from 255 or 24.83% from 145); Blue value is 18 (7.42% from 255 or 12.41% from 145); Max value from RGB is 91 - color contains mainly: red. Hex color #5B2412 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B2412 is #A4DBED. Grayscale: #323232. Windows color (decimal): -10804206 or 1188955. OLE color: 1188955.

HSL color Cylindrical-coordinate representation of color #5B2412: hue angle of 14.79º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5B2412 is Cyan = 0, Magento = 0.60, Yellow = 0.80 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 36 18 -
CMYK 0 0.60 0.80 0.64
HSL 14.79º 0.67% 0.21% -
HSV(B) 14.79º 0.8% 0.36% -
XYZ 5.05 3.53 0.99 -
YUV 50.39 109.72 156.96 -
System Red Green Blue C M Y K H S L
Decimal 91 36 18 0 0.60 0.80 0.64 14.79 0.67 0.21
Hex 5B 24 12 0 3C 50 40 F 43 15
Octal 133 44 22 0 74 120 100 17 103 25
Binary 1011011 100100 10010 0 111100 1010000 1000000 1111 1000011 10101

Color Harmonies of #5B2412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B2412

Black with #5B2412

Text Example


Text Example

White with #5B2412

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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