Html Css Color HEX #745537 Shingle Fawn

📋 copy color: '#745537'

red 116 ◦ green 85 ◦ blue 55

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

Shades of Shingle Fawn #745537

Tints of Shingle Fawn #745537

RGB

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

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

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

R = 45.31%
G = 33.2%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.53

 K value IS 0.55

RGB Variations

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

Color information

#745537 (or 0x745537) is known color: Shingle Fawn. HEX triplet: 74, 55 and 37. RGB value is (116,85,55). Sum of RGB (Red+Green+Blue) = 116+85+55=256 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.31% from 256); Green value is 85 (33.59% from 255 or 33.20% from 256); Blue value is 55 (21.88% from 255 or 21.48% from 256); Max value from RGB is 116 - color contains mainly: red. Hex color #745537 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745537 is #8BAAC8. Grayscale: #5A5A5A. Windows color (decimal): -9153225 or 3626356. OLE color: 3626356.

HSL color Cylindrical-coordinate representation of color #745537: hue angle of 29.51º 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 #745537 is Cyan = 0, Magento = 0.27, Yellow = 0.53 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 85 55 -
CMYK 0 0.27 0.53 0.55
HSL 29.51º 0.36% 0.34% -
HSV(B) 29.51º 0.53% 0.45% -
XYZ 11.14 10.49 5.05 -
YUV 90.85 107.77 145.94 -
System Red Green Blue C M Y K H S L
Decimal 116 85 55 0 0.27 0.53 0.55 29.51 0.36 0.34
Hex 74 55 37 0 1B 35 37 1E 24 22
Octal 164 125 67 0 33 65 67 36 44 42
Binary 1110100 1010101 110111 0 11011 110101 110111 11110 100100 100010

Color Harmonies of #745537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745537

Black with #745537

Text Example


Text Example

White with #745537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745537; }

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

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

background-color css

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

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

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

border-color css

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

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

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