Html Css Color HEX #705030 Dallas

📋 copy color: '#705030'

red 112 ◦ green 80 ◦ blue 48

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

Shades of Dallas #705030

Tints of Dallas #705030

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 value IS 0

 M value IS 0.29

 Y value IS 0.57

 K value IS 0.56

RGB Variations

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

Color information

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

RGB 112 80 48 -
CMYK 0 0.29 0.57 0.56
HSL 30º 0.4% 0.31% -
HSV(B) 30º 0.57% 0.44% -
XYZ 10.08 9.4 4.08 -
YUV 85.92 106.6 146.6 -
System Red Green Blue C M Y K H S L
Decimal 112 80 48 0 0.29 0.57 0.56 30 0.4 0.31
Hex 70 50 30 0 1D 39 38 1E 28 1F
Octal 160 120 60 0 35 71 70 36 50 37
Binary 1110000 1010000 110000 0 11101 111001 111000 11110 101000 11111

Color Harmonies of #705030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705030

Black with #705030

Text Example


Text Example

White with #705030

Text Example


Text Example

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