Html Css Color HEX #502312 Indian Tan

📋 copy color: '#502312'

red 80 ◦ green 35 ◦ blue 18

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

Shades of Indian Tan #502312

Tints of Indian Tan #502312

RGB

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

 GREEN value IS 35 (14.06% from 255) = 26.32%

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

R = 60.15%
G = 26.32%
B = 13.53%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.78

 K value IS 0.69

RGB Variations

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

Color information

#502312 (or 0x502312) is known color: Indian Tan. HEX triplet: 50, 23 and 12. RGB value is (80,35,18). Sum of RGB (Red+Green+Blue) = 80+35+18=133 (17% of max value = 765). Red value is 80 (31.64% from 255 or 60.15% from 133); Green value is 35 (14.06% from 255 or 26.32% from 133); Blue value is 18 (7.42% from 255 or 13.53% from 133); Max value from RGB is 80 - color contains mainly: red. Hex color #502312 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502312 is #AFDCED. Grayscale: #2E2E2E. Windows color (decimal): -11525358 or 1188688. OLE color: 1188688.

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

Color convert

RGB 80 35 18 -
CMYK 0 0.56 0.78 0.69
HSL 16.45º 0.63% 0.19% -
HSV(B) 16.45º 0.78% 0.31% -
XYZ 4.02 2.95 0.93 -
YUV 46.52 111.91 151.88 -
System Red Green Blue C M Y K H S L
Decimal 80 35 18 0 0.56 0.78 0.69 16.45 0.63 0.19
Hex 50 23 12 0 38 4E 45 10 3F 13
Octal 120 43 22 0 70 116 105 20 77 23
Binary 1010000 100011 10010 0 111000 1001110 1000101 10000 111111 10011

Color Harmonies of #502312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502312

Black with #502312

Text Example


Text Example

White with #502312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502312; }

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

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

background-color css

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

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

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

border-color css

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

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

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