Html Css Color HEX #70563A Shingle Fawn

📋 copy color: '#70563A'

red 112 ◦ green 86 ◦ blue 58

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

Shades of Shingle Fawn #70563A

Tints of Shingle Fawn #70563A

RGB

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

 GREEN value IS 86 (33.98% from 255) = 33.59%

 BLUE value IS 58 (23.05% from 255) = 22.66%

R = 43.75%
G = 33.59%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.48

 K value IS 0.56

RGB Variations

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

Color information

#70563A (or 0x70563A) is known color: Shingle Fawn. HEX triplet: 70, 56 and 3A. RGB value is (112,86,58). Sum of RGB (Red+Green+Blue) = 112+86+58=256 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.75% from 256); Green value is 86 (33.98% from 255 or 33.59% from 256); Blue value is 58 (23.05% from 255 or 22.66% from 256); Max value from RGB is 112 - color contains mainly: red. Hex color #70563A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70563A is #8FA9C5. Grayscale: #5A5A5A. Windows color (decimal): -9415110 or 3823216. OLE color: 3823216.

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

Color convert

RGB 112 86 58 -
CMYK 0 0.23 0.48 0.56
HSL 31.11º 0.32% 0.33% -
HSV(B) 31.11º 0.48% 0.44% -
XYZ 10.77 10.41 5.44 -
YUV 90.58 109.61 143.28 -
System Red Green Blue C M Y K H S L
Decimal 112 86 58 0 0.23 0.48 0.56 31.11 0.32 0.33
Hex 70 56 3A 0 17 30 38 1F 20 21
Octal 160 126 72 0 27 60 70 37 40 41
Binary 1110000 1010110 111010 0 10111 110000 111000 11111 100000 100001

Color Harmonies of #70563A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70563A

Black with #70563A

Text Example


Text Example

White with #70563A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70563A; }

 p { color: rgb(112,86,58); }

 H1.HeaderClassName
 {
   color: #70563A;
 }
 .AnyTagClassName
 {
   color: #70563A;
 }
</style>

background-color css

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

 a { background-color: rgb(112,86,58); }

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

border-color css

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

 span { border-color: rgb(112,86,58); }

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