Html Css Color HEX #745A32 Shingle Fawn

📋 copy color: '#745A32'

red 116 ◦ green 90 ◦ blue 50

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

Shades of Shingle Fawn #745A32

Tints of Shingle Fawn #745A32

RGB

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

 GREEN value IS 90 (35.55% from 255) = 35.16%

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

R = 45.31%
G = 35.16%
B = 19.53%

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

#745A32 (or 0x745A32) is known color: Shingle Fawn. HEX triplet: 74, 5A and 32. RGB value is (116,90,50). Sum of RGB (Red+Green+Blue) = 116+90+50=256 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.31% from 256); Green value is 90 (35.55% from 255 or 35.16% from 256); Blue value is 50 (19.92% from 255 or 19.53% from 256); Max value from RGB is 116 - color contains mainly: red. Hex color #745A32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745A32 is #8BA5CD. Grayscale: #5D5D5D. Windows color (decimal): -9151950 or 3299956. OLE color: 3299956.

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

Color convert

RGB 116 90 50 -
CMYK 0 0.22 0.57 0.55
HSL 36.36º 0.4% 0.33% -
HSV(B) 36.36º 0.57% 0.45% -
XYZ 11.43 11.26 4.59 -
YUV 93.21 103.61 144.25 -
System Red Green Blue C M Y K H S L
Decimal 116 90 50 0 0.22 0.57 0.55 36.36 0.4 0.33
Hex 74 5A 32 0 16 39 37 24 28 21
Octal 164 132 62 0 26 71 67 44 50 41
Binary 1110100 1011010 110010 0 10110 111001 110111 100100 101000 100001

Color Harmonies of #745A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745A32

Black with #745A32

Text Example


Text Example

White with #745A32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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