#705030

Color #705030 Dallas (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dallas #705030

Tints of Dallas #705030

Color information

#705030 (or 0x705030) is unknown color: approx Dallas. HEX triplet: 70, 50 and 30. RGB value is (112,80,48). Sum of RGB (Red+Green+Blue) = 112+80+48=240 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.67% from 240); Green value is 80 (31.64% from 255 or 33.33% from 240); Blue value is 48 (19.14% from 255 or 20% from 240); Max value from RGB is 112 - color contains mainly: red. Hex color #705030 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705030 is #8FAFCF. Grayscale: #565656. Windows color (decimal): -9416656 or 3166320. OLE color: 3166320.

HSL color Cylindrical-coordinate representation of color #705030: hue angle of 30º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #705030 is Cyan = 0, Magento = 0.29, Yellow = 0.57 and Black (K on CMYK) = 0.56.

Color convert

RGB1128048-
CMYK00.290.570.56
HSL30º40%31.37%-
HSV(B)30º57.14%43.92%-
XYZ10.089.44.08-
YUV85.92106.6146.6-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 46.67%
GREEN value IS 80 (31.64% from 255) = 33.33%
BLUE value IS 48 (19.14% from 255) = 20%
R=46.67%
G=33.33%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.57
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112804800.290.570.56304031.37
Hex70503001D39381e281f
Octal160120600357170365037
Binary111000010100001100000111011110011110001111010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705030; }

 p { color: rgb(112,80,48); }

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

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

 a { background-color: rgb(112,80,48); }

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

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

 span { border-color: rgb(112,80,48); }

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