Html Css Color HEX #5D2311 Caput Mortuum

📋 copy color: '#5D2311'

red 93 ◦ green 35 ◦ blue 17

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

Shades of Caput Mortuum #5D2311

Tints of Caput Mortuum #5D2311

RGB

 RED value IS 93 (36.72% from 255) = 64.14%

 GREEN value IS 35 (14.06% from 255) = 24.14%

 BLUE value IS 17 (7.03% from 255) = 11.72%

R = 64.14%
G = 24.14%
B = 11.72%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.82

 K value IS 0.64

RGB Variations

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

Color information

#5D2311 (or 0x5D2311) is known color: Caput Mortuum. HEX triplet: 5D, 23 and 11. RGB value is (93,35,17). Sum of RGB (Red+Green+Blue) = 93+35+17=145 (19% of max value = 765). Red value is 93 (36.72% from 255 or 64.14% from 145); Green value is 35 (14.06% from 255 or 24.14% from 145); Blue value is 17 (7.03% from 255 or 11.72% from 145); Max value from RGB is 93 - color contains mainly: red. Hex color #5D2311 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5D2311 is #A2DCEE. Grayscale: #323232. Windows color (decimal): -10673391 or 1123165. OLE color: 1123165.

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

Color convert

RGB 93 35 17 -
CMYK 0 0.62 0.82 0.64
HSL 14.21º 0.69% 0.22% -
HSV(B) 14.21º 0.82% 0.36% -
XYZ 5.22 3.57 0.94 -
YUV 50.29 109.22 158.46 -
System Red Green Blue C M Y K H S L
Decimal 93 35 17 0 0.62 0.82 0.64 14.21 0.69 0.22
Hex 5D 23 11 0 3E 52 40 E 45 16
Octal 135 43 21 0 76 122 100 16 105 26
Binary 1011101 100011 10001 0 111110 1010010 1000000 1110 1000101 10110

Color Harmonies of #5D2311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D2311

Black with #5D2311

Text Example


Text Example

White with #5D2311

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,35,17); }

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

background-color css

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

 a { background-color: rgb(93,35,17); }

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

border-color css

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

 span { border-color: rgb(93,35,17); }

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