#705031

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

Shades of Dallas #705031

Tints of Dallas #705031

Color information

#705031 (or 0x705031) is unknown color: approx Dallas. HEX triplet: 70, 50 and 31. RGB value is (112,80,49). Sum of RGB (Red+Green+Blue) = 112+80+49=241 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.47% from 241); Green value is 80 (31.64% from 255 or 33.20% from 241); Blue value is 49 (19.53% from 255 or 20.33% from 241); Max value from RGB is 112 - color contains mainly: red. Hex color #705031 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705031 is #8FAFCE. Grayscale: #565656. Windows color (decimal): -9416655 or 3231856. OLE color: 3231856.

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

Color convert

RGB1128049-
CMYK00.290.560.56
HSL29.52º39.13%31.57%-
HSV(B)29.52º56.25%43.92%-
XYZ10.119.44.19-
YUV86.03107.1146.52-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 46.47%
GREEN value IS 80 (31.64% from 255) = 33.20%
BLUE value IS 49 (19.53% from 255) = 20.33%
R=46.47%
G=33.20%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.56
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112804900.290.560.5629.5239.1331.57
Hex70503101D38381e2720
Octal160120610357070364740
Binary1110000101000011000101110111100011100011110100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705031; }

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

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

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

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

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

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

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

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