Html Css Color HEX #745431 Shingle Fawn

📋 copy color: '#745431'

red 116 ◦ green 84 ◦ blue 49

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

Shades of Shingle Fawn #745431

Tints of Shingle Fawn #745431

RGB

 RED value IS 116 (45.7% from 255) = 46.59%

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

 BLUE value IS 49 (19.53% from 255) = 19.68%

R = 46.59%
G = 33.73%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.58

 K value IS 0.55

RGB Variations

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

Color information

#745431 (or 0x745431) is known color: Shingle Fawn. HEX triplet: 74, 54 and 31. RGB value is (116,84,49). Sum of RGB (Red+Green+Blue) = 116+84+49=249 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.59% from 249); Green value is 84 (33.20% from 255 or 33.73% from 249); Blue value is 49 (19.53% from 255 or 19.68% from 249); Max value from RGB is 116 - color contains mainly: red. Hex color #745431 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745431 is #8BABCE. Grayscale: #595959. Windows color (decimal): -9153487 or 3232884. OLE color: 3232884.

HSL color Cylindrical-coordinate representation of color #745431: hue angle of 31.34º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #745431 is Cyan = 0, Magento = 0.28, Yellow = 0.58 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 84 49 -
CMYK 0 0.28 0.58 0.55
HSL 31.34º 0.41% 0.32% -
HSV(B) 31.34º 0.58% 0.45% -
XYZ 10.93 10.28 4.31 -
YUV 89.58 105.1 146.85 -
System Red Green Blue C M Y K H S L
Decimal 116 84 49 0 0.28 0.58 0.55 31.34 0.41 0.32
Hex 74 54 31 0 1C 3A 37 1F 29 20
Octal 164 124 61 0 34 72 67 37 51 40
Binary 1110100 1010100 110001 0 11100 111010 110111 11111 101001 100000

Color Harmonies of #745431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745431

Black with #745431

Text Example


Text Example

White with #745431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745431; }

 p { color: rgb(116,84,49); }

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

background-color css

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

 a { background-color: rgb(116,84,49); }

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

border-color css

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

 span { border-color: rgb(116,84,49); }

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