Html Css Color HEX #74542F Shingle Fawn

📋 copy color: '#74542F'

red 116 ◦ green 84 ◦ blue 47

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

Shades of Shingle Fawn #74542F

Tints of Shingle Fawn #74542F

RGB

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

 GREEN value IS 84 (33.2% from 255) = 34.01%

 BLUE value IS 47 (18.75% from 255) = 19.03%

R = 46.96%
G = 34.01%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#74542F (or 0x74542F) is known color: Shingle Fawn. HEX triplet: 74, 54 and 2F. RGB value is (116,84,47). Sum of RGB (Red+Green+Blue) = 116+84+47=247 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.96% from 247); Green value is 84 (33.20% from 255 or 34.01% from 247); Blue value is 47 (18.75% from 255 or 19.03% from 247); Max value from RGB is 116 - color contains mainly: red. Hex color #74542F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74542F is #8BABD0. Grayscale: #595959. Windows color (decimal): -9153489 or 3101812. OLE color: 3101812.

HSL color Cylindrical-coordinate representation of color #74542F: hue angle of 32.17º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #74542F is Cyan = 0, Magento = 0.28, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 84 47 -
CMYK 0 0.28 0.59 0.55
HSL 32.17º 0.42% 0.32% -
HSV(B) 32.17º 0.59% 0.45% -
XYZ 10.89 10.26 4.1 -
YUV 89.35 104.1 147.01 -
System Red Green Blue C M Y K H S L
Decimal 116 84 47 0 0.28 0.59 0.55 32.17 0.42 0.32
Hex 74 54 2F 0 1C 3B 37 20 2A 20
Octal 164 124 57 0 34 73 67 40 52 40
Binary 1110100 1010100 101111 0 11100 111011 110111 100000 101010 100000

Color Harmonies of #74542F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74542F

Black with #74542F

Text Example


Text Example

White with #74542F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74542F; }

 p { color: rgb(116,84,47); }

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

background-color css

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

 a { background-color: rgb(116,84,47); }

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

border-color css

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

 span { border-color: rgb(116,84,47); }

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