Html Css Color HEX #745B37 Shingle Fawn

📋 copy color: '#745B37'

red 116 ◦ green 91 ◦ blue 55

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

Shades of Shingle Fawn #745B37

Tints of Shingle Fawn #745B37

RGB

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

 GREEN value IS 91 (35.94% from 255) = 34.73%

 BLUE value IS 55 (21.88% from 255) = 20.99%

R = 44.27%
G = 34.73%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.53

 K value IS 0.55

RGB Variations

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

Color information

#745B37 (or 0x745B37) is known color: Shingle Fawn. HEX triplet: 74, 5B and 37. RGB value is (116,91,55). Sum of RGB (Red+Green+Blue) = 116+91+55=262 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.27% from 262); Green value is 91 (35.94% from 255 or 34.73% from 262); Blue value is 55 (21.88% from 255 or 20.99% from 262); Max value from RGB is 116 - color contains mainly: red. Hex color #745B37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745B37 is #8BA4C8. Grayscale: #5E5E5E. Windows color (decimal): -9151689 or 3627892. OLE color: 3627892.

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

Color convert

RGB 116 91 55 -
CMYK 0 0.22 0.53 0.55
HSL 35.41º 0.36% 0.34% -
HSV(B) 35.41º 0.53% 0.45% -
XYZ 11.63 11.47 5.22 -
YUV 94.37 105.78 143.43 -
System Red Green Blue C M Y K H S L
Decimal 116 91 55 0 0.22 0.53 0.55 35.41 0.36 0.34
Hex 74 5B 37 0 16 35 37 23 24 22
Octal 164 133 67 0 26 65 67 43 44 42
Binary 1110100 1011011 110111 0 10110 110101 110111 100011 100100 100010

Color Harmonies of #745B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745B37

Black with #745B37

Text Example


Text Example

White with #745B37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,91,55); }

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

background-color css

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

 a { background-color: rgb(116,91,55); }

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

border-color css

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

 span { border-color: rgb(116,91,55); }

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