Html Css Color HEX #502413 Indian Tan

📋 copy color: '#502413'

red 80 ◦ green 36 ◦ blue 19

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

Shades of Indian Tan #502413

Tints of Indian Tan #502413

RGB

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

 GREEN value IS 36 (14.45% from 255) = 26.67%

 BLUE value IS 19 (7.81% from 255) = 14.07%

R = 59.26%
G = 26.67%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.76

 K value IS 0.69

RGB Variations

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

Color information

#502413 (or 0x502413) is known color: Indian Tan. HEX triplet: 50, 24 and 13. RGB value is (80,36,19). Sum of RGB (Red+Green+Blue) = 80+36+19=135 (17% of max value = 765). Red value is 80 (31.64% from 255 or 59.26% from 135); Green value is 36 (14.45% from 255 or 26.67% from 135); Blue value is 19 (7.81% from 255 or 14.07% from 135); Max value from RGB is 80 - color contains mainly: red. Hex color #502413 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502413 is #AFDBEC. Grayscale: #2F2F2F. Windows color (decimal): -11525101 or 1254480. OLE color: 1254480.

HSL color Cylindrical-coordinate representation of color #502413: hue angle of 16.72º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #502413 is Cyan = 0, Magento = 0.55, Yellow = 0.76 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 36 19 -
CMYK 0 0.55 0.76 0.69
HSL 16.72º 0.62% 0.19% -
HSV(B) 16.72º 0.76% 0.31% -
XYZ 4.06 3.01 0.98 -
YUV 47.22 112.08 151.38 -
System Red Green Blue C M Y K H S L
Decimal 80 36 19 0 0.55 0.76 0.69 16.72 0.62 0.19
Hex 50 24 13 0 37 4C 45 11 3E 13
Octal 120 44 23 0 67 114 105 21 76 23
Binary 1010000 100100 10011 0 110111 1001100 1000101 10001 111110 10011

Color Harmonies of #502413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502413

Black with #502413

Text Example


Text Example

White with #502413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502413; }

 p { color: rgb(80,36,19); }

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

background-color css

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

 a { background-color: rgb(80,36,19); }

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

border-color css

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

 span { border-color: rgb(80,36,19); }

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