Html Css Color HEX #502A12 Indian Tan

📋 copy color: '#502A12'

red 80 ◦ green 42 ◦ blue 18

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

Shades of Indian Tan #502A12

Tints of Indian Tan #502A12

RGB

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

 GREEN value IS 42 (16.8% from 255) = 30%

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

R = 57.14%
G = 30%
B = 12.86%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.78

 K value IS 0.69

RGB Variations

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

Color information

#502A12 (or 0x502A12) is known color: Indian Tan. HEX triplet: 50, 2A and 12. RGB value is (80,42,18). Sum of RGB (Red+Green+Blue) = 80+42+18=140 (18% of max value = 765). Red value is 80 (31.64% from 255 or 57.14% from 140); Green value is 42 (16.80% from 255 or 30% from 140); Blue value is 18 (7.42% from 255 or 12.86% from 140); Max value from RGB is 80 - color contains mainly: red. Hex color #502A12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502A12 is #AFD5ED. Grayscale: #323232. Windows color (decimal): -11523566 or 1190480. OLE color: 1190480.

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

Color convert

RGB 80 42 18 -
CMYK 0 0.48 0.78 0.69
HSL 23.23º 0.63% 0.19% -
HSV(B) 23.23º 0.78% 0.31% -
XYZ 4.25 3.41 1.01 -
YUV 50.63 109.59 148.95 -
System Red Green Blue C M Y K H S L
Decimal 80 42 18 0 0.48 0.78 0.69 23.23 0.63 0.19
Hex 50 2A 12 0 30 4E 45 17 3F 13
Octal 120 52 22 0 60 116 105 27 77 23
Binary 1010000 101010 10010 0 110000 1001110 1000101 10111 111111 10011

Color Harmonies of #502A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502A12

Black with #502A12

Text Example


Text Example

White with #502A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502A12; }

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

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

background-color css

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

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

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

border-color css

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

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

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