#50230C

Color #50230C Indian Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indian Tan #50230C

Tints of Indian Tan #50230C

Color information

#50230C (or 0x50230C) is unknown color: approx Indian Tan. HEX triplet: 50, 23 and 0C. RGB value is (80,35,12). Sum of RGB (Red+Green+Blue) = 80+35+12=127 (16% of max value = 765). Red value is 80 (31.64% from 255 or 62.99% from 127); Green value is 35 (14.06% from 255 or 27.56% from 127); Blue value is 12 (5.08% from 255 or 9.45% from 127); Max value from RGB is 80 - color contains mainly: red. Hex color #50230C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #50230C is #AFDCF3. Grayscale: #2D2D2D. Windows color (decimal): -11525364 or 795472. OLE color: 795472.

HSL color Cylindrical-coordinate representation of color #50230C: hue angle of 20.29º 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 #50230C is Cyan = 0, Magento = 0.56, Yellow = 0.85 and Black (K on CMYK) = 0.69.

Color convert

RGB803512-
CMYK00.560.850.69
HSL20.29º73.91%18.04%-
HSV(B)20.29º85%31.37%-
XYZ3.982.930.7-
YUV45.83108.91152.37-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 62.99%
GREEN value IS 35 (14.06% from 255) = 27.56%
BLUE value IS 12 (5.08% from 255) = 9.45%
R=62.99%
G=27.56%
B=9.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.85
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80351200.560.850.6920.2973.9118.04
Hex5023C0385545144a12
Octal12043140701251052411222
Binary1010000100011110001110001010101100010110100100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50230C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #50230C;
 }
 .AnyTagClassName
 {
   color: #50230C;
 }
</style>
background-color css

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

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

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

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

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

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