Html Css Color HEX #745D3F Shingle Fawn

📋 copy color: '#745D3F'

red 116 ◦ green 93 ◦ blue 63

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

Shades of Shingle Fawn #745D3F

Tints of Shingle Fawn #745D3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 23.16%

R = 42.65%
G = 34.19%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.46

 K value IS 0.55

RGB Variations

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

Color information

#745D3F (or 0x745D3F) is known color: Shingle Fawn. HEX triplet: 74, 5D and 3F. RGB value is (116,93,63). Sum of RGB (Red+Green+Blue) = 116+93+63=272 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.65% from 272); Green value is 93 (36.72% from 255 or 34.19% from 272); Blue value is 63 (25% from 255 or 23.16% from 272); Max value from RGB is 116 - color contains mainly: red. Hex color #745D3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745D3F is #8BA2C0. Grayscale: #606060. Windows color (decimal): -9151169 or 4152692. OLE color: 4152692.

HSL color Cylindrical-coordinate representation of color #745D3F: hue angle of 33.96º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #745D3F is Cyan = 0, Magento = 0.20, Yellow = 0.46 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 93 63 -
CMYK 0 0.20 0.46 0.55
HSL 33.96º 0.3% 0.35% -
HSV(B) 33.96º 0.46% 0.45% -
XYZ 12.01 11.9 6.37 -
YUV 96.46 109.12 141.94 -
System Red Green Blue C M Y K H S L
Decimal 116 93 63 0 0.20 0.46 0.55 33.96 0.3 0.35
Hex 74 5D 3F 0 14 2E 37 22 1E 23
Octal 164 135 77 0 24 56 67 42 36 43
Binary 1110100 1011101 111111 0 10100 101110 110111 100010 11110 100011

Color Harmonies of #745D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745D3F

Black with #745D3F

Text Example


Text Example

White with #745D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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