Html Css Color HEX #50240C Indian Tan

📋 copy color: '#50240C'

red 80 ◦ green 36 ◦ blue 12

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

Shades of Indian Tan #50240C

Tints of Indian Tan #50240C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 9.38%

R = 62.5%
G = 28.13%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.85

 K value IS 0.69

RGB Variations

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

Color information

#50240C (or 0x50240C) is known color: Indian Tan. HEX triplet: 50, 24 and 0C. RGB value is (80,36,12). Sum of RGB (Red+Green+Blue) = 80+36+12=128 (16% of max value = 765). Red value is 80 (31.64% from 255 or 62.5% from 128); Green value is 36 (14.45% from 255 or 28.12% from 128); Blue value is 12 (5.08% from 255 or 9.38% from 128); Max value from RGB is 80 - color contains mainly: red. Hex color #50240C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #50240C is #AFDBF3. Grayscale: #2E2E2E. Windows color (decimal): -11525108 or 795728. OLE color: 795728.

HSL color Cylindrical-coordinate representation of color #50240C: hue angle of 21.18º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #50240C is Cyan = 0, Magento = 0.55, Yellow = 0.85 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 36 12 -
CMYK 0 0.55 0.85 0.69
HSL 21.18º 0.74% 0.18% -
HSV(B) 21.18º 0.85% 0.31% -
XYZ 4.01 2.99 0.71 -
YUV 46.42 108.58 151.95 -
System Red Green Blue C M Y K H S L
Decimal 80 36 12 0 0.55 0.85 0.69 21.18 0.74 0.18
Hex 50 24 C 0 37 55 45 15 4A 12
Octal 120 44 14 0 67 125 105 25 112 22
Binary 1010000 100100 1100 0 110111 1010101 1000101 10101 1001010 10010

Color Harmonies of #50240C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50240C

Black with #50240C

Text Example


Text Example

White with #50240C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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