Html Css Color HEX #502820 Caput Mortuum

📋 copy color: '#502820'

red 80 ◦ green 40 ◦ blue 32

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

Shades of Caput Mortuum #502820

Tints of Caput Mortuum #502820

RGB

 RED value IS 80 (31.64% from 255) = 52.63%

 GREEN value IS 40 (16.02% from 255) = 26.32%

 BLUE value IS 32 (12.89% from 255) = 21.05%

R = 52.63%
G = 26.32%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.60

 K value IS 0.69

RGB Variations

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

Color information

#502820 (or 0x502820) is known color: Caput Mortuum. HEX triplet: 50, 28 and 20. RGB value is (80,40,32). Sum of RGB (Red+Green+Blue) = 80+40+32=152 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.63% from 152); Green value is 40 (16.02% from 255 or 26.32% from 152); Blue value is 32 (12.89% from 255 or 21.05% from 152); Max value from RGB is 80 - color contains mainly: red. Hex color #502820 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502820 is #AFD7DF. Grayscale: #333333. Windows color (decimal): -11524064 or 2107472. OLE color: 2107472.

HSL color Cylindrical-coordinate representation of color #502820: hue angle of 10º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #502820 is Cyan = 0, Magento = 0.5, Yellow = 0.60 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 40 32 -
CMYK 0 0.5 0.60 0.69
HSL 10º 0.43% 0.22% -
HSV(B) 10º 0.6% 0.31% -
XYZ 4.33 3.33 1.78 -
YUV 51.05 117.25 148.65 -
System Red Green Blue C M Y K H S L
Decimal 80 40 32 0 0.5 0.60 0.69 10 0.43 0.22
Hex 50 28 20 0 32 3C 45 A 2B 16
Octal 120 50 40 0 62 74 105 12 53 26
Binary 1010000 101000 100000 0 110010 111100 1000101 1010 101011 10110

Color Harmonies of #502820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502820

Black with #502820

Text Example


Text Example

White with #502820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502820; }

 p { color: rgb(80,40,32); }

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

background-color css

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

 a { background-color: rgb(80,40,32); }

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

border-color css

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

 span { border-color: rgb(80,40,32); }

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