Html Css Color HEX #745936 Shingle Fawn

📋 copy color: '#745936'

red 116 ◦ green 89 ◦ blue 54

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

Shades of Shingle Fawn #745936

Tints of Shingle Fawn #745936

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 20.85%

R = 44.79%
G = 34.36%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.53

 K value IS 0.55

RGB Variations

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

Color information

#745936 (or 0x745936) is known color: Shingle Fawn. HEX triplet: 74, 59 and 36. RGB value is (116,89,54). Sum of RGB (Red+Green+Blue) = 116+89+54=259 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.79% from 259); Green value is 89 (35.16% from 255 or 34.36% from 259); Blue value is 54 (21.48% from 255 or 20.85% from 259); Max value from RGB is 116 - color contains mainly: red. Hex color #745936 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745936 is #8BA6C9. Grayscale: #5D5D5D. Windows color (decimal): -9152202 or 3561844. OLE color: 3561844.

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

Color convert

RGB 116 89 54 -
CMYK 0 0.23 0.53 0.55
HSL 33.87º 0.36% 0.33% -
HSV(B) 33.87º 0.53% 0.45% -
XYZ 11.44 11.12 5.03 -
YUV 93.08 105.95 144.35 -
System Red Green Blue C M Y K H S L
Decimal 116 89 54 0 0.23 0.53 0.55 33.87 0.36 0.33
Hex 74 59 36 0 17 35 37 22 24 21
Octal 164 131 66 0 27 65 67 42 44 41
Binary 1110100 1011001 110110 0 10111 110101 110111 100010 100100 100001

Color Harmonies of #745936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745936

Black with #745936

Text Example


Text Example

White with #745936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745936; }

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

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

background-color css

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

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

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

border-color css

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

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

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