Html Css Color HEX #745539 Shingle Fawn

📋 copy color: '#745539'

red 116 ◦ green 85 ◦ blue 57

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

Shades of Shingle Fawn #745539

Tints of Shingle Fawn #745539

RGB

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

 GREEN value IS 85 (33.59% from 255) = 32.95%

 BLUE value IS 57 (22.66% from 255) = 22.09%

R = 44.96%
G = 32.95%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.51

 K value IS 0.55

RGB Variations

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

Color information

#745539 (or 0x745539) is known color: Shingle Fawn. HEX triplet: 74, 55 and 39. RGB value is (116,85,57). Sum of RGB (Red+Green+Blue) = 116+85+57=258 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.96% from 258); Green value is 85 (33.59% from 255 or 32.95% from 258); Blue value is 57 (22.66% from 255 or 22.09% from 258); Max value from RGB is 116 - color contains mainly: red. Hex color #745539 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745539 is #8BAAC6. Grayscale: #5B5B5B. Windows color (decimal): -9153223 or 3757428. OLE color: 3757428.

HSL color Cylindrical-coordinate representation of color #745539: hue angle of 28.47º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #745539 is Cyan = 0, Magento = 0.27, Yellow = 0.51 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 85 57 -
CMYK 0 0.27 0.51 0.55
HSL 28.47º 0.34% 0.34% -
HSV(B) 28.47º 0.51% 0.45% -
XYZ 11.19 10.51 5.31 -
YUV 91.08 108.77 145.78 -
System Red Green Blue C M Y K H S L
Decimal 116 85 57 0 0.27 0.51 0.55 28.47 0.34 0.34
Hex 74 55 39 0 1B 33 37 1C 22 22
Octal 164 125 71 0 33 63 67 34 42 42
Binary 1110100 1010101 111001 0 11011 110011 110111 11100 100010 100010

Color Harmonies of #745539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745539

Black with #745539

Text Example


Text Example

White with #745539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745539; }

 p { color: rgb(116,85,57); }

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

background-color css

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

 a { background-color: rgb(116,85,57); }

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

border-color css

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

 span { border-color: rgb(116,85,57); }

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