Html Css Color HEX #745D39 Shingle Fawn

📋 copy color: '#745D39'

red 116 ◦ green 93 ◦ blue 57

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

Shades of Shingle Fawn #745D39

Tints of Shingle Fawn #745D39

RGB

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

 GREEN value IS 93 (36.72% from 255) = 34.96%

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

R = 43.61%
G = 34.96%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.51

 K value IS 0.55

RGB Variations

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

Color information

#745D39 (or 0x745D39) is known color: Shingle Fawn. HEX triplet: 74, 5D and 39. RGB value is (116,93,57). Sum of RGB (Red+Green+Blue) = 116+93+57=266 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.61% from 266); Green value is 93 (36.72% from 255 or 34.96% from 266); Blue value is 57 (22.66% from 255 or 21.43% from 266); Max value from RGB is 116 - color contains mainly: red. Hex color #745D39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745D39 is #8BA2C6. Grayscale: #5F5F5F. Windows color (decimal): -9151175 or 3759476. OLE color: 3759476.

HSL color Cylindrical-coordinate representation of color #745D39: hue angle of 36.61º 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 #745D39 is Cyan = 0, Magento = 0.20, Yellow = 0.51 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 93 57 -
CMYK 0 0.20 0.51 0.55
HSL 36.61º 0.34% 0.34% -
HSV(B) 36.61º 0.51% 0.45% -
XYZ 11.86 11.84 5.53 -
YUV 95.77 106.12 142.43 -
System Red Green Blue C M Y K H S L
Decimal 116 93 57 0 0.20 0.51 0.55 36.61 0.34 0.34
Hex 74 5D 39 0 14 33 37 25 22 22
Octal 164 135 71 0 24 63 67 45 42 42
Binary 1110100 1011101 111001 0 10100 110011 110111 100101 100010 100010

Color Harmonies of #745D39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745D39

Black with #745D39

Text Example


Text Example

White with #745D39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745D39; }

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

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

background-color css

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

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

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

border-color css

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

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

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