Html Css Color HEX #50240F Indian Tan

📋 copy color: '#50240F'

red 80 ◦ green 36 ◦ blue 15

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

Shades of Indian Tan #50240F

Tints of Indian Tan #50240F

RGB

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

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

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

R = 61.07%
G = 27.48%
B = 11.45%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.81

 K value IS 0.69

RGB Variations

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

Color information

#50240F (or 0x50240F) is known color: Indian Tan. HEX triplet: 50, 24 and 0F. RGB value is (80,36,15). Sum of RGB (Red+Green+Blue) = 80+36+15=131 (17% of max value = 765). Red value is 80 (31.64% from 255 or 61.07% from 131); Green value is 36 (14.45% from 255 or 27.48% from 131); Blue value is 15 (6.25% from 255 or 11.45% from 131); Max value from RGB is 80 - color contains mainly: red. Hex color #50240F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #50240F is #AFDBF0. Grayscale: #2E2E2E. Windows color (decimal): -11525105 or 992336. OLE color: 992336.

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

Color convert

RGB 80 36 15 -
CMYK 0 0.55 0.81 0.69
HSL 19.38º 0.68% 0.19% -
HSV(B) 19.38º 0.81% 0.31% -
XYZ 4.03 3 0.82 -
YUV 46.76 110.08 151.71 -
System Red Green Blue C M Y K H S L
Decimal 80 36 15 0 0.55 0.81 0.69 19.38 0.68 0.19
Hex 50 24 F 0 37 51 45 13 44 13
Octal 120 44 17 0 67 121 105 23 104 23
Binary 1010000 100100 1111 0 110111 1010001 1000101 10011 1000100 10011

Color Harmonies of #50240F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50240F

Black with #50240F

Text Example


Text Example

White with #50240F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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