Html Css Color HEX #74542E Shingle Fawn

📋 copy color: '#74542E'

red 116 ◦ green 84 ◦ blue 46

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

Shades of Shingle Fawn #74542E

Tints of Shingle Fawn #74542E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 18.7%

R = 47.15%
G = 34.15%
B = 18.7%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.60

 K value IS 0.55

RGB Variations

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

Color information

#74542E (or 0x74542E) is known color: Shingle Fawn. HEX triplet: 74, 54 and 2E. RGB value is (116,84,46). Sum of RGB (Red+Green+Blue) = 116+84+46=246 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.15% from 246); Green value is 84 (33.20% from 255 or 34.15% from 246); Blue value is 46 (18.36% from 255 or 18.70% from 246); Max value from RGB is 116 - color contains mainly: red. Hex color #74542E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74542E is #8BABD1. Grayscale: #595959. Windows color (decimal): -9153490 or 3036276. OLE color: 3036276.

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

Color convert

RGB 116 84 46 -
CMYK 0 0.28 0.60 0.55
HSL 32.57º 0.43% 0.32% -
HSV(B) 32.57º 0.6% 0.45% -
XYZ 10.87 10.25 3.99 -
YUV 89.24 103.6 147.09 -
System Red Green Blue C M Y K H S L
Decimal 116 84 46 0 0.28 0.60 0.55 32.57 0.43 0.32
Hex 74 54 2E 0 1C 3C 37 21 2B 20
Octal 164 124 56 0 34 74 67 41 53 40
Binary 1110100 1010100 101110 0 11100 111100 110111 100001 101011 100000

Color Harmonies of #74542E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74542E

Black with #74542E

Text Example


Text Example

White with #74542E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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