Html Css Color HEX #502212 Indian Tan

📋 copy color: '#502212'

red 80 ◦ green 34 ◦ blue 18

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

Shades of Indian Tan #502212

Tints of Indian Tan #502212

RGB

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

 GREEN value IS 34 (13.67% from 255) = 25.76%

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

R = 60.61%
G = 25.76%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.78

 K value IS 0.69

RGB Variations

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

Color information

#502212 (or 0x502212) is known color: Indian Tan. HEX triplet: 50, 22 and 12. RGB value is (80,34,18). Sum of RGB (Red+Green+Blue) = 80+34+18=132 (17% of max value = 765). Red value is 80 (31.64% from 255 or 60.61% from 132); Green value is 34 (13.67% from 255 or 25.76% from 132); Blue value is 18 (7.42% from 255 or 13.64% from 132); Max value from RGB is 80 - color contains mainly: red. Hex color #502212 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502212 is #AFDDED. Grayscale: #2E2E2E. Windows color (decimal): -11525614 or 1188432. OLE color: 1188432.

HSL color Cylindrical-coordinate representation of color #502212: hue angle of 15.48º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #502212 is Cyan = 0, Magento = 0.58, Yellow = 0.78 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 34 18 -
CMYK 0 0.58 0.78 0.69
HSL 15.48º 0.63% 0.19% -
HSV(B) 15.48º 0.78% 0.31% -
XYZ 3.99 2.89 0.92 -
YUV 45.93 112.24 152.3 -
System Red Green Blue C M Y K H S L
Decimal 80 34 18 0 0.58 0.78 0.69 15.48 0.63 0.19
Hex 50 22 12 0 3A 4E 45 F 3F 13
Octal 120 42 22 0 72 116 105 17 77 23
Binary 1010000 100010 10010 0 111010 1001110 1000101 1111 111111 10011

Color Harmonies of #502212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502212

Black with #502212

Text Example


Text Example

White with #502212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502212; }

 p { color: rgb(80,34,18); }

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

background-color css

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

 a { background-color: rgb(80,34,18); }

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

border-color css

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

 span { border-color: rgb(80,34,18); }

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