Html Css Color HEX #502912 Indian Tan

📋 copy color: '#502912'

red 80 ◦ green 41 ◦ blue 18

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

Shades of Indian Tan #502912

Tints of Indian Tan #502912

RGB

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

 GREEN value IS 41 (16.41% from 255) = 29.5%

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

R = 57.55%
G = 29.5%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.78

 K value IS 0.69

RGB Variations

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

Color information

#502912 (or 0x502912) is known color: Indian Tan. HEX triplet: 50, 29 and 12. RGB value is (80,41,18). Sum of RGB (Red+Green+Blue) = 80+41+18=139 (18% of max value = 765). Red value is 80 (31.64% from 255 or 57.55% from 139); Green value is 41 (16.41% from 255 or 29.50% from 139); Blue value is 18 (7.42% from 255 or 12.95% from 139); Max value from RGB is 80 - color contains mainly: red. Hex color #502912 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502912 is #AFD6ED. Grayscale: #323232. Windows color (decimal): -11523822 or 1190224. OLE color: 1190224.

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

Color convert

RGB 80 41 18 -
CMYK 0 0.49 0.78 0.69
HSL 22.26º 0.63% 0.19% -
HSV(B) 22.26º 0.78% 0.31% -
XYZ 4.21 3.34 0.99 -
YUV 50.04 109.92 149.37 -
System Red Green Blue C M Y K H S L
Decimal 80 41 18 0 0.49 0.78 0.69 22.26 0.63 0.19
Hex 50 29 12 0 31 4E 45 16 3F 13
Octal 120 51 22 0 61 116 105 26 77 23
Binary 1010000 101001 10010 0 110001 1001110 1000101 10110 111111 10011

Color Harmonies of #502912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502912

Black with #502912

Text Example


Text Example

White with #502912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502912; }

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

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

background-color css

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

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

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

border-color css

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

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

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