Html Css Color HEX #705338 Shingle Fawn

📋 copy color: '#705338'

red 112 ◦ green 83 ◦ blue 56

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

Shades of Shingle Fawn #705338

Tints of Shingle Fawn #705338

RGB

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

 GREEN value IS 83 (32.81% from 255) = 33.07%

 BLUE value IS 56 (22.27% from 255) = 22.31%

R = 44.62%
G = 33.07%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#705338 (or 0x705338) is known color: Shingle Fawn. HEX triplet: 70, 53 and 38. RGB value is (112,83,56). Sum of RGB (Red+Green+Blue) = 112+83+56=251 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.62% from 251); Green value is 83 (32.81% from 255 or 33.07% from 251); Blue value is 56 (22.27% from 255 or 22.31% from 251); Max value from RGB is 112 - color contains mainly: red. Hex color #705338 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705338 is #8FACC7. Grayscale: #585858. Windows color (decimal): -9415880 or 3691376. OLE color: 3691376.

HSL color Cylindrical-coordinate representation of color #705338: hue angle of 28.93º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #705338 is Cyan = 0, Magento = 0.26, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 83 56 -
CMYK 0 0.26 0.50 0.56
HSL 28.93º 0.33% 0.33% -
HSV(B) 28.93º 0.5% 0.44% -
XYZ 10.49 9.92 5.1 -
YUV 88.59 109.61 144.7 -
System Red Green Blue C M Y K H S L
Decimal 112 83 56 0 0.26 0.50 0.56 28.93 0.33 0.33
Hex 70 53 38 0 1A 32 38 1D 21 21
Octal 160 123 70 0 32 62 70 35 41 41
Binary 1110000 1010011 111000 0 11010 110010 111000 11101 100001 100001

Color Harmonies of #705338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705338

Black with #705338

Text Example


Text Example

White with #705338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705338; }

 p { color: rgb(112,83,56); }

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

background-color css

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

 a { background-color: rgb(112,83,56); }

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

border-color css

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

 span { border-color: rgb(112,83,56); }

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