Html Css Color HEX #50280F Indian Tan

📋 copy color: '#50280F'

red 80 ◦ green 40 ◦ blue 15

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

Shades of Indian Tan #50280F

Tints of Indian Tan #50280F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 29.63%

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

R = 59.26%
G = 29.63%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.81

 K value IS 0.69

RGB Variations

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

Color information

#50280F (or 0x50280F) is known color: Indian Tan. HEX triplet: 50, 28 and 0F. RGB value is (80,40,15). Sum of RGB (Red+Green+Blue) = 80+40+15=135 (17% of max value = 765). Red value is 80 (31.64% from 255 or 59.26% from 135); Green value is 40 (16.02% from 255 or 29.63% from 135); Blue value is 15 (6.25% from 255 or 11.11% from 135); Max value from RGB is 80 - color contains mainly: red. Hex color #50280F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #50280F is #AFD7F0. Grayscale: #313131. Windows color (decimal): -11524081 or 993360. OLE color: 993360.

HSL color Cylindrical-coordinate representation of color #50280F: hue angle of 23.08º 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 #50280F is Cyan = 0, Magento = 0.5, Yellow = 0.81 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 40 15 -
CMYK 0 0.5 0.81 0.69
HSL 23.08º 0.68% 0.19% -
HSV(B) 23.08º 0.81% 0.31% -
XYZ 4.15 3.26 0.86 -
YUV 49.11 108.75 150.03 -
System Red Green Blue C M Y K H S L
Decimal 80 40 15 0 0.5 0.81 0.69 23.08 0.68 0.19
Hex 50 28 F 0 32 51 45 17 44 13
Octal 120 50 17 0 62 121 105 27 104 23
Binary 1010000 101000 1111 0 110010 1010001 1000101 10111 1000100 10011

Color Harmonies of #50280F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50280F

Black with #50280F

Text Example


Text Example

White with #50280F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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