Html Css Color HEX #745736 Shingle Fawn

📋 copy color: '#745736'

red 116 ◦ green 87 ◦ blue 54

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

Shades of Shingle Fawn #745736

Tints of Shingle Fawn #745736

RGB

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

 GREEN value IS 87 (34.38% from 255) = 33.85%

 BLUE value IS 54 (21.48% from 255) = 21.01%

R = 45.14%
G = 33.85%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.53

 K value IS 0.55

RGB Variations

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

Color information

#745736 (or 0x745736) is known color: Shingle Fawn. HEX triplet: 74, 57 and 36. RGB value is (116,87,54). Sum of RGB (Red+Green+Blue) = 116+87+54=257 (34% of max value = 765). Red value is 116 (45.70% from 255 or 45.14% from 257); Green value is 87 (34.38% from 255 or 33.85% from 257); Blue value is 54 (21.48% from 255 or 21.01% from 257); Max value from RGB is 116 - color contains mainly: red. Hex color #745736 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745736 is #8BA8C9. Grayscale: #5C5C5C. Windows color (decimal): -9152714 or 3561332. OLE color: 3561332.

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

Color convert

RGB 116 87 54 -
CMYK 0 0.25 0.53 0.55
HSL 31.94º 0.36% 0.33% -
HSV(B) 31.94º 0.53% 0.45% -
XYZ 11.28 10.8 4.98 -
YUV 91.91 106.61 145.18 -
System Red Green Blue C M Y K H S L
Decimal 116 87 54 0 0.25 0.53 0.55 31.94 0.36 0.33
Hex 74 57 36 0 19 35 37 20 24 21
Octal 164 127 66 0 31 65 67 40 44 41
Binary 1110100 1010111 110110 0 11001 110101 110111 100000 100100 100001

Color Harmonies of #745736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745736

Black with #745736

Text Example


Text Example

White with #745736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745736; }

 p { color: rgb(116,87,54); }

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

background-color css

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

 a { background-color: rgb(116,87,54); }

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

border-color css

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

 span { border-color: rgb(116,87,54); }

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