Html Css Color HEX #50250F Indian Tan

📋 copy color: '#50250F'

red 80 ◦ green 37 ◦ blue 15

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

Shades of Indian Tan #50250F

Tints of Indian Tan #50250F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 28.03%

 BLUE value IS 15 (6.25% from 255) = 11.36%

R = 60.61%
G = 28.03%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.81

 K value IS 0.69

RGB Variations

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

Color information

#50250F (or 0x50250F) is known color: Indian Tan. HEX triplet: 50, 25 and 0F. RGB value is (80,37,15). Sum of RGB (Red+Green+Blue) = 80+37+15=132 (17% of max value = 765). Red value is 80 (31.64% from 255 or 60.61% from 132); Green value is 37 (14.84% from 255 or 28.03% from 132); Blue value is 15 (6.25% from 255 or 11.36% from 132); Max value from RGB is 80 - color contains mainly: red. Hex color #50250F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #50250F is #AFDAF0. Grayscale: #2F2F2F. Windows color (decimal): -11524849 or 992592. OLE color: 992592.

HSL color Cylindrical-coordinate representation of color #50250F: hue angle of 20.31º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #50250F is Cyan = 0, Magento = 0.54, Yellow = 0.81 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 37 15 -
CMYK 0 0.54 0.81 0.69
HSL 20.31º 0.68% 0.19% -
HSV(B) 20.31º 0.81% 0.31% -
XYZ 4.06 3.06 0.83 -
YUV 47.35 109.75 151.29 -
System Red Green Blue C M Y K H S L
Decimal 80 37 15 0 0.54 0.81 0.69 20.31 0.68 0.19
Hex 50 25 F 0 36 51 45 14 44 13
Octal 120 45 17 0 66 121 105 24 104 23
Binary 1010000 100101 1111 0 110110 1010001 1000101 10100 1000100 10011

Color Harmonies of #50250F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50250F

Black with #50250F

Text Example


Text Example

White with #50250F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50250F; }

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

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

background-color css

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

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

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

border-color css

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

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

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