Html Css Color HEX #745C32 Shingle Fawn

📋 copy color: '#745C32'

red 116 ◦ green 92 ◦ blue 50

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

Shades of Shingle Fawn #745C32

Tints of Shingle Fawn #745C32

RGB

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

 GREEN value IS 92 (36.33% from 255) = 35.66%

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

R = 44.96%
G = 35.66%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.57

 K value IS 0.55

RGB Variations

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

Color information

#745C32 (or 0x745C32) is known color: Shingle Fawn. HEX triplet: 74, 5C and 32. RGB value is (116,92,50). Sum of RGB (Red+Green+Blue) = 116+92+50=258 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.96% from 258); Green value is 92 (36.33% from 255 or 35.66% from 258); Blue value is 50 (19.92% from 255 or 19.38% from 258); Max value from RGB is 116 - color contains mainly: red. Hex color #745C32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745C32 is #8BA3CD. Grayscale: #5E5E5E. Windows color (decimal): -9151438 or 3300468. OLE color: 3300468.

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

Color convert

RGB 116 92 50 -
CMYK 0 0.21 0.57 0.55
HSL 38.18º 0.4% 0.33% -
HSV(B) 38.18º 0.57% 0.45% -
XYZ 11.61 11.6 4.64 -
YUV 94.39 102.95 143.42 -
System Red Green Blue C M Y K H S L
Decimal 116 92 50 0 0.21 0.57 0.55 38.18 0.4 0.33
Hex 74 5C 32 0 15 39 37 26 28 21
Octal 164 134 62 0 25 71 67 46 50 41
Binary 1110100 1011100 110010 0 10101 111001 110111 100110 101000 100001

Color Harmonies of #745C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745C32

Black with #745C32

Text Example


Text Example

White with #745C32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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