Html Css Color HEX #502719 Indian Tan

📋 copy color: '#502719'

red 80 ◦ green 39 ◦ blue 25

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

Shades of Indian Tan #502719

Tints of Indian Tan #502719

RGB

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

 GREEN value IS 39 (15.63% from 255) = 27.08%

 BLUE value IS 25 (10.16% from 255) = 17.36%

R = 55.56%
G = 27.08%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.69

 K value IS 0.69

RGB Variations

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

Color information

#502719 (or 0x502719) is known color: Indian Tan. HEX triplet: 50, 27 and 19. RGB value is (80,39,25). Sum of RGB (Red+Green+Blue) = 80+39+25=144 (19% of max value = 765). Red value is 80 (31.64% from 255 or 55.56% from 144); Green value is 39 (15.62% from 255 or 27.08% from 144); Blue value is 25 (10.16% from 255 or 17.36% from 144); Max value from RGB is 80 - color contains mainly: red. Hex color #502719 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502719 is #AFD8E6. Grayscale: #313131. Windows color (decimal): -11524327 or 1648464. OLE color: 1648464.

HSL color Cylindrical-coordinate representation of color #502719: hue angle of 15.27º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #502719 is Cyan = 0, Magento = 0.51, Yellow = 0.69 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 39 25 -
CMYK 0 0.51 0.69 0.69
HSL 15.27º 0.52% 0.21% -
HSV(B) 15.27º 0.69% 0.31% -
XYZ 4.21 3.23 1.32 -
YUV 49.66 114.08 149.64 -
System Red Green Blue C M Y K H S L
Decimal 80 39 25 0 0.51 0.69 0.69 15.27 0.52 0.21
Hex 50 27 19 0 33 45 45 F 34 15
Octal 120 47 31 0 63 105 105 17 64 25
Binary 1010000 100111 11001 0 110011 1000101 1000101 1111 110100 10101

Color Harmonies of #502719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502719

Black with #502719

Text Example


Text Example

White with #502719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502719; }

 p { color: rgb(80,39,25); }

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

background-color css

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

 a { background-color: rgb(80,39,25); }

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

border-color css

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

 span { border-color: rgb(80,39,25); }

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