Html Css Color HEX #745931 Shingle Fawn

📋 copy color: '#745931'

red 116 ◦ green 89 ◦ blue 49

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

Shades of Shingle Fawn #745931

Tints of Shingle Fawn #745931

RGB

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

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

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

R = 45.67%
G = 35.04%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.58

 K value IS 0.55

RGB Variations

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

Color information

#745931 (or 0x745931) is known color: Shingle Fawn. HEX triplet: 74, 59 and 31. RGB value is (116,89,49). Sum of RGB (Red+Green+Blue) = 116+89+49=254 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.67% from 254); Green value is 89 (35.16% from 255 or 35.04% from 254); Blue value is 49 (19.53% from 255 or 19.29% from 254); Max value from RGB is 116 - color contains mainly: red. Hex color #745931 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745931 is #8BA6CE. Grayscale: #5C5C5C. Windows color (decimal): -9152207 or 3234164. OLE color: 3234164.

HSL color Cylindrical-coordinate representation of color #745931: hue angle of 35.82º 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 #745931 is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 89 49 -
CMYK 0 0.23 0.58 0.55
HSL 35.82º 0.41% 0.32% -
HSV(B) 35.82º 0.58% 0.45% -
XYZ 11.33 11.08 4.45 -
YUV 92.51 103.45 144.75 -
System Red Green Blue C M Y K H S L
Decimal 116 89 49 0 0.23 0.58 0.55 35.82 0.41 0.32
Hex 74 59 31 0 17 3A 37 24 29 20
Octal 164 131 61 0 27 72 67 44 51 40
Binary 1110100 1011001 110001 0 10111 111010 110111 100100 101001 100000

Color Harmonies of #745931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745931

Black with #745931

Text Example


Text Example

White with #745931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745931; }

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

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

background-color css

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

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

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

border-color css

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

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

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