Html Css Color HEX #70593B Shingle Fawn

📋 copy color: '#70593B'

red 112 ◦ green 89 ◦ blue 59

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

Shades of Shingle Fawn #70593B

Tints of Shingle Fawn #70593B

RGB

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

 GREEN value IS 89 (35.16% from 255) = 34.23%

 BLUE value IS 59 (23.44% from 255) = 22.69%

R = 43.08%
G = 34.23%
B = 22.69%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.47

 K value IS 0.56

RGB Variations

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

Color information

#70593B (or 0x70593B) is known color: Shingle Fawn. HEX triplet: 70, 59 and 3B. RGB value is (112,89,59). Sum of RGB (Red+Green+Blue) = 112+89+59=260 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.08% from 260); Green value is 89 (35.16% from 255 or 34.23% from 260); Blue value is 59 (23.44% from 255 or 22.69% from 260); Max value from RGB is 112 - color contains mainly: red. Hex color #70593B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70593B is #8FA6C4. Grayscale: #5C5C5C. Windows color (decimal): -9414341 or 3889520. OLE color: 3889520.

HSL color Cylindrical-coordinate representation of color #70593B: hue angle of 33.96º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #70593B is Cyan = 0, Magento = 0.21, Yellow = 0.47 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 89 59 -
CMYK 0 0.21 0.47 0.56
HSL 33.96º 0.31% 0.34% -
HSV(B) 33.96º 0.47% 0.44% -
XYZ 11.04 10.91 5.66 -
YUV 92.46 109.12 141.94 -
System Red Green Blue C M Y K H S L
Decimal 112 89 59 0 0.21 0.47 0.56 33.96 0.31 0.34
Hex 70 59 3B 0 15 2F 38 22 1F 22
Octal 160 131 73 0 25 57 70 42 37 42
Binary 1110000 1011001 111011 0 10101 101111 111000 100010 11111 100010

Color Harmonies of #70593B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70593B

Black with #70593B

Text Example


Text Example

White with #70593B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70593B; }

 p { color: rgb(112,89,59); }

 H1.HeaderClassName
 {
   color: #70593B;
 }
 .AnyTagClassName
 {
   color: #70593B;
 }
</style>

background-color css

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

 a { background-color: rgb(112,89,59); }

 div.DivClassName
 {
   background-color: #70593B;
 }
 .BgClassName
 {
   background-color: #70593B;
 }
</style>

border-color css

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

 span { border-color: rgb(112,89,59); }

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