Html Css Color HEX #745532 Shingle Fawn

📋 copy color: '#745532'

red 116 ◦ green 85 ◦ blue 50

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

Shades of Shingle Fawn #745532

Tints of Shingle Fawn #745532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 19.92%

R = 46.22%
G = 33.86%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.57

 K value IS 0.55

RGB Variations

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

Color information

#745532 (or 0x745532) is known color: Shingle Fawn. HEX triplet: 74, 55 and 32. RGB value is (116,85,50). Sum of RGB (Red+Green+Blue) = 116+85+50=251 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.22% from 251); Green value is 85 (33.59% from 255 or 33.86% from 251); Blue value is 50 (19.92% from 255 or 19.92% from 251); Max value from RGB is 116 - color contains mainly: red. Hex color #745532 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745532 is #8BAACD. Grayscale: #5A5A5A. Windows color (decimal): -9153230 or 3298676. OLE color: 3298676.

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

Color convert

RGB 116 85 50 -
CMYK 0 0.27 0.57 0.55
HSL 31.82º 0.4% 0.33% -
HSV(B) 31.82º 0.57% 0.45% -
XYZ 11.03 10.44 4.45 -
YUV 90.28 105.27 146.35 -
System Red Green Blue C M Y K H S L
Decimal 116 85 50 0 0.27 0.57 0.55 31.82 0.4 0.33
Hex 74 55 32 0 1B 39 37 20 28 21
Octal 164 125 62 0 33 71 67 40 50 41
Binary 1110100 1010101 110010 0 11011 111001 110111 100000 101000 100001

Color Harmonies of #745532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745532

Black with #745532

Text Example


Text Example

White with #745532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745532; }

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

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

background-color css

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

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

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

border-color css

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

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

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