Html Css Color HEX #745B32 Shingle Fawn

📋 copy color: '#745B32'

red 116 ◦ green 91 ◦ blue 50

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

Shades of Shingle Fawn #745B32

Tints of Shingle Fawn #745B32

RGB

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

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

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

R = 45.14%
G = 35.41%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.57

 K value IS 0.55

RGB Variations

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

Color information

#745B32 (or 0x745B32) is known color: Shingle Fawn. HEX triplet: 74, 5B and 32. RGB value is (116,91,50). Sum of RGB (Red+Green+Blue) = 116+91+50=257 (34% of max value = 765). Red value is 116 (45.70% from 255 or 45.14% from 257); Green value is 91 (35.94% from 255 or 35.41% from 257); Blue value is 50 (19.92% from 255 or 19.46% from 257); Max value from RGB is 116 - color contains mainly: red. Hex color #745B32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745B32 is #8BA4CD. Grayscale: #5D5D5D. Windows color (decimal): -9151694 or 3300212. OLE color: 3300212.

HSL color Cylindrical-coordinate representation of color #745B32: hue angle of 37.27º 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 #745B32 is Cyan = 0, Magento = 0.22, Yellow = 0.57 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 91 50 -
CMYK 0 0.22 0.57 0.55
HSL 37.27º 0.4% 0.33% -
HSV(B) 37.27º 0.57% 0.45% -
XYZ 11.52 11.43 4.62 -
YUV 93.8 103.28 143.83 -
System Red Green Blue C M Y K H S L
Decimal 116 91 50 0 0.22 0.57 0.55 37.27 0.4 0.33
Hex 74 5B 32 0 16 39 37 25 28 21
Octal 164 133 62 0 26 71 67 45 50 41
Binary 1110100 1011011 110010 0 10110 111001 110111 100101 101000 100001

Color Harmonies of #745B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745B32

Black with #745B32

Text Example


Text Example

White with #745B32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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