Html Css Color HEX #502F25 Indian Tan

📋 copy color: '#502F25'

red 80 ◦ green 47 ◦ blue 37

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

Shades of Indian Tan #502F25

Tints of Indian Tan #502F25

RGB

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

 GREEN value IS 47 (18.75% from 255) = 28.66%

 BLUE value IS 37 (14.84% from 255) = 22.56%

R = 48.78%
G = 28.66%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.54

 K value IS 0.69

RGB Variations

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

Color information

#502F25 (or 0x502F25) is known color: Indian Tan. HEX triplet: 50, 2F and 25. RGB value is (80,47,37). Sum of RGB (Red+Green+Blue) = 80+47+37=164 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.78% from 164); Green value is 47 (18.75% from 255 or 28.66% from 164); Blue value is 37 (14.84% from 255 or 22.56% from 164); Max value from RGB is 80 - color contains mainly: red. Hex color #502F25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502F25 is #AFD0DA. Grayscale: #373737. Windows color (decimal): -11522267 or 2436944. OLE color: 2436944.

HSL color Cylindrical-coordinate representation of color #502F25: hue angle of 13.95º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #502F25 is Cyan = 0, Magento = 0.41, Yellow = 0.54 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 47 37 -
CMYK 0 0.41 0.54 0.69
HSL 13.95º 0.37% 0.23% -
HSV(B) 13.95º 0.54% 0.31% -
XYZ 4.66 3.87 2.25 -
YUV 55.73 117.43 145.31 -
System Red Green Blue C M Y K H S L
Decimal 80 47 37 0 0.41 0.54 0.69 13.95 0.37 0.23
Hex 50 2F 25 0 29 36 45 E 25 17
Octal 120 57 45 0 51 66 105 16 45 27
Binary 1010000 101111 100101 0 101001 110110 1000101 1110 100101 10111

Color Harmonies of #502F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502F25

Black with #502F25

Text Example


Text Example

White with #502F25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,47,37); }

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

background-color css

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

 a { background-color: rgb(80,47,37); }

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

border-color css

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

 span { border-color: rgb(80,47,37); }

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