Html Css Color HEX #5C2017 Caput Mortuum

📋 copy color: '#5C2017'

red 92 ◦ green 32 ◦ blue 23

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

Shades of Caput Mortuum #5C2017

Tints of Caput Mortuum #5C2017

RGB

 RED value IS 92 (36.33% from 255) = 62.59%

 GREEN value IS 32 (12.89% from 255) = 21.77%

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

R = 62.59%
G = 21.77%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.75

 K value IS 0.64

RGB Variations

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

Color information

#5C2017 (or 0x5C2017) is known color: Caput Mortuum. HEX triplet: 5C, 20 and 17. RGB value is (92,32,23). Sum of RGB (Red+Green+Blue) = 92+32+23=147 (19% of max value = 765). Red value is 92 (36.33% from 255 or 62.59% from 147); Green value is 32 (12.89% from 255 or 21.77% from 147); Blue value is 23 (9.38% from 255 or 15.65% from 147); Max value from RGB is 92 - color contains mainly: red. Hex color #5C2017 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5C2017 is #A3DFE8. Grayscale: #313131. Windows color (decimal): -10739689 or 1515612. OLE color: 1515612.

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

Color convert

RGB 92 32 23 -
CMYK 0 0.65 0.75 0.64
HSL 7.83º 0.6% 0.23% -
HSV(B) 7.83º 0.75% 0.36% -
XYZ 5.08 3.37 1.19 -
YUV 48.91 113.38 158.73 -
System Red Green Blue C M Y K H S L
Decimal 92 32 23 0 0.65 0.75 0.64 7.83 0.6 0.23
Hex 5C 20 17 0 41 4B 40 8 3C 17
Octal 134 40 27 0 101 113 100 10 74 27
Binary 1011100 100000 10111 0 1000001 1001011 1000000 1000 111100 10111

Color Harmonies of #5C2017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C2017

Black with #5C2017

Text Example


Text Example

White with #5C2017

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,32,23); }

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

background-color css

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

 a { background-color: rgb(92,32,23); }

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

border-color css

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

 span { border-color: rgb(92,32,23); }

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