Html Css Color HEX #502812 Indian Tan

📋 copy color: '#502812'

red 80 ◦ green 40 ◦ blue 18

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

Shades of Indian Tan #502812

Tints of Indian Tan #502812

RGB

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

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

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

R = 57.97%
G = 28.99%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.78

 K value IS 0.69

RGB Variations

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

Color information

#502812 (or 0x502812) is known color: Indian Tan. HEX triplet: 50, 28 and 12. RGB value is (80,40,18). Sum of RGB (Red+Green+Blue) = 80+40+18=138 (18% of max value = 765). Red value is 80 (31.64% from 255 or 57.97% from 138); Green value is 40 (16.02% from 255 or 28.99% from 138); Blue value is 18 (7.42% from 255 or 13.04% from 138); Max value from RGB is 80 - color contains mainly: red. Hex color #502812 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502812 is #AFD7ED. Grayscale: #313131. Windows color (decimal): -11524078 or 1189968. OLE color: 1189968.

HSL color Cylindrical-coordinate representation of color #502812: hue angle of 21.29º 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 #502812 is Cyan = 0, Magento = 0.5, Yellow = 0.78 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 40 18 -
CMYK 0 0.5 0.78 0.69
HSL 21.29º 0.63% 0.19% -
HSV(B) 21.29º 0.78% 0.31% -
XYZ 4.18 3.27 0.98 -
YUV 49.45 110.25 149.79 -
System Red Green Blue C M Y K H S L
Decimal 80 40 18 0 0.5 0.78 0.69 21.29 0.63 0.19
Hex 50 28 12 0 32 4E 45 15 3F 13
Octal 120 50 22 0 62 116 105 25 77 23
Binary 1010000 101000 10010 0 110010 1001110 1000101 10101 111111 10011

Color Harmonies of #502812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502812

Black with #502812

Text Example


Text Example

White with #502812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502812; }

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

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

background-color css

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

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

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

border-color css

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

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

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