Html Css Color HEX #745932 Shingle Fawn

📋 copy color: '#745932'

red 116 ◦ green 89 ◦ blue 50

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

Shades of Shingle Fawn #745932

Tints of Shingle Fawn #745932

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 19.61%

R = 45.49%
G = 34.9%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.57

 K value IS 0.55

RGB Variations

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

Color information

#745932 (or 0x745932) is known color: Shingle Fawn. HEX triplet: 74, 59 and 32. RGB value is (116,89,50). Sum of RGB (Red+Green+Blue) = 116+89+50=255 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.49% from 255); Green value is 89 (35.16% from 255 or 34.90% from 255); Blue value is 50 (19.92% from 255 or 19.61% from 255); Max value from RGB is 116 - color contains mainly: red. Hex color #745932 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745932 is #8BA6CD. Grayscale: #5C5C5C. Windows color (decimal): -9152206 or 3299700. OLE color: 3299700.

HSL color Cylindrical-coordinate representation of color #745932: hue angle of 35.45º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #745932 is Cyan = 0, Magento = 0.23, Yellow = 0.57 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 89 50 -
CMYK 0 0.23 0.57 0.55
HSL 35.45º 0.4% 0.33% -
HSV(B) 35.45º 0.57% 0.45% -
XYZ 11.35 11.09 4.56 -
YUV 92.63 103.95 144.67 -
System Red Green Blue C M Y K H S L
Decimal 116 89 50 0 0.23 0.57 0.55 35.45 0.4 0.33
Hex 74 59 32 0 17 39 37 23 28 21
Octal 164 131 62 0 27 71 67 43 50 41
Binary 1110100 1011001 110010 0 10111 111001 110111 100011 101000 100001

Color Harmonies of #745932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745932

Black with #745932

Text Example


Text Example

White with #745932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745932; }

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

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

background-color css

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

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

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

border-color css

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

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

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