Html Css Color HEX #5C2015 Caput Mortuum

📋 copy color: '#5C2015'

red 92 ◦ green 32 ◦ blue 21

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

Shades of Caput Mortuum #5C2015

Tints of Caput Mortuum #5C2015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 14.48%

R = 63.45%
G = 22.07%
B = 14.48%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.77

 K value IS 0.64

RGB Variations

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

Color information

#5C2015 (or 0x5C2015) is known color: Caput Mortuum. HEX triplet: 5C, 20 and 15. RGB value is (92,32,21). Sum of RGB (Red+Green+Blue) = 92+32+21=145 (19% of max value = 765). Red value is 92 (36.33% from 255 or 63.45% from 145); Green value is 32 (12.89% from 255 or 22.07% from 145); Blue value is 21 (8.59% from 255 or 14.48% from 145); Max value from RGB is 92 - color contains mainly: red. Hex color #5C2015 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5C2015 is #A3DFEA. Grayscale: #303030. Windows color (decimal): -10739691 or 1384540. OLE color: 1384540.

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

Color convert

RGB 92 32 21 -
CMYK 0 0.65 0.77 0.64
HSL 9.3º 0.63% 0.22% -
HSV(B) 9.3º 0.77% 0.36% -
XYZ 5.07 3.36 1.09 -
YUV 48.69 112.38 158.89 -
System Red Green Blue C M Y K H S L
Decimal 92 32 21 0 0.65 0.77 0.64 9.3 0.63 0.22
Hex 5C 20 15 0 41 4D 40 9 3F 16
Octal 134 40 25 0 101 115 100 11 77 26
Binary 1011100 100000 10101 0 1000001 1001101 1000000 1001 111111 10110

Color Harmonies of #5C2015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C2015

Black with #5C2015

Text Example


Text Example

White with #5C2015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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