Html Css Color HEX #715430 Shingle Fawn

📋 copy color: '#715430'

red 113 ◦ green 84 ◦ blue 48

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

Shades of Shingle Fawn #715430

Tints of Shingle Fawn #715430

RGB

 RED value IS 113 (44.53% from 255) = 46.12%

 GREEN value IS 84 (33.2% from 255) = 34.29%

 BLUE value IS 48 (19.14% from 255) = 19.59%

R = 46.12%
G = 34.29%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#715430 (or 0x715430) is known color: Shingle Fawn. HEX triplet: 71, 54 and 30. RGB value is (113,84,48). Sum of RGB (Red+Green+Blue) = 113+84+48=245 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.12% from 245); Green value is 84 (33.20% from 255 or 34.29% from 245); Blue value is 48 (19.14% from 255 or 19.59% from 245); Max value from RGB is 113 - color contains mainly: red. Hex color #715430 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715430 is #8EABCF. Grayscale: #585858. Windows color (decimal): -9350096 or 3167345. OLE color: 3167345.

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

Color convert

RGB 113 84 48 -
CMYK 0 0.26 0.58 0.56
HSL 33.23º 0.4% 0.32% -
HSV(B) 33.23º 0.58% 0.44% -
XYZ 10.51 10.06 4.18 -
YUV 88.57 105.11 145.43 -
System Red Green Blue C M Y K H S L
Decimal 113 84 48 0 0.26 0.58 0.56 33.23 0.4 0.32
Hex 71 54 30 0 1A 3A 38 21 28 20
Octal 161 124 60 0 32 72 70 41 50 40
Binary 1110001 1010100 110000 0 11010 111010 111000 100001 101000 100000

Color Harmonies of #715430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715430

Black with #715430

Text Example


Text Example

White with #715430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715430; }

 p { color: rgb(113,84,48); }

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

background-color css

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

 a { background-color: rgb(113,84,48); }

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

border-color css

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

 span { border-color: rgb(113,84,48); }

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