Html Css Color HEX #705031 Dallas

📋 copy color: '#705031'

red 112 ◦ green 80 ◦ blue 49

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

Shades of Dallas #705031

Tints of Dallas #705031

RGB

 RED value IS 112 (44.14% from 255) = 46.47%

 GREEN value IS 80 (31.64% from 255) = 33.2%

 BLUE value IS 49 (19.53% from 255) = 20.33%

R = 46.47%
G = 33.2%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.56

 K value IS 0.56

RGB Variations

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

Color information

#705031 (or 0x705031) is known color: 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

RGB 112 80 49 -
CMYK 0 0.29 0.56 0.56
HSL 29.52º 0.39% 0.32% -
HSV(B) 29.52º 0.56% 0.44% -
XYZ 10.11 9.4 4.19 -
YUV 86.03 107.1 146.52 -
System Red Green Blue C M Y K H S L
Decimal 112 80 49 0 0.29 0.56 0.56 29.52 0.39 0.32
Hex 70 50 31 0 1D 38 38 1E 27 20
Octal 160 120 61 0 35 70 70 36 47 40
Binary 1110000 1010000 110001 0 11101 111000 111000 11110 100111 100000

Color Harmonies of #705031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705031

Black with #705031

Text Example


Text Example

White with #705031

Text Example


Text Example

HTML Codes & Css Web 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>