Html Css Color HEX #745D40 Shingle Fawn

📋 copy color: '#745D40'

red 116 ◦ green 93 ◦ blue 64

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

Shades of Shingle Fawn #745D40

Tints of Shingle Fawn #745D40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 23.44%

R = 42.49%
G = 34.07%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.45

 K value IS 0.55

RGB Variations

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

Color information

#745D40 (or 0x745D40) is known color: Shingle Fawn. HEX triplet: 74, 5D and 40. RGB value is (116,93,64). Sum of RGB (Red+Green+Blue) = 116+93+64=273 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.49% from 273); Green value is 93 (36.72% from 255 or 34.07% from 273); Blue value is 64 (25.39% from 255 or 23.44% from 273); Max value from RGB is 116 - color contains mainly: red. Hex color #745D40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745D40 is #8BA2BF. Grayscale: #606060. Windows color (decimal): -9151168 or 4218228. OLE color: 4218228.

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

Color convert

RGB 116 93 64 -
CMYK 0 0.20 0.45 0.55
HSL 33.46º 0.29% 0.35% -
HSV(B) 33.46º 0.45% 0.45% -
XYZ 12.04 11.91 6.52 -
YUV 96.57 109.62 141.86 -
System Red Green Blue C M Y K H S L
Decimal 116 93 64 0 0.20 0.45 0.55 33.46 0.29 0.35
Hex 74 5D 40 0 14 2D 37 21 1D 23
Octal 164 135 100 0 24 55 67 41 35 43
Binary 1110100 1011101 1000000 0 10100 101101 110111 100001 11101 100011

Color Harmonies of #745D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745D40

Black with #745D40

Text Example


Text Example

White with #745D40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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