Html Css Color HEX #74522F Shingle Fawn

📋 copy color: '#74522F'

red 116 ◦ green 82 ◦ blue 47

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

Shades of Shingle Fawn #74522F

Tints of Shingle Fawn #74522F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 33.47%

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

R = 47.35%
G = 33.47%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#74522F (or 0x74522F) is known color: Shingle Fawn. HEX triplet: 74, 52 and 2F. RGB value is (116,82,47). Sum of RGB (Red+Green+Blue) = 116+82+47=245 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.35% from 245); Green value is 82 (32.42% from 255 or 33.47% from 245); Blue value is 47 (18.75% from 255 or 19.18% from 245); Max value from RGB is 116 - color contains mainly: red. Hex color #74522F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74522F is #8BADD0. Grayscale: #585858. Windows color (decimal): -9154001 or 3101300. OLE color: 3101300.

HSL color Cylindrical-coordinate representation of color #74522F: hue angle of 30.43º 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 #74522F is Cyan = 0, Magento = 0.29, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 82 47 -
CMYK 0 0.29 0.59 0.55
HSL 30.43º 0.42% 0.32% -
HSV(B) 30.43º 0.59% 0.45% -
XYZ 10.73 9.95 4.04 -
YUV 88.18 104.76 147.85 -
System Red Green Blue C M Y K H S L
Decimal 116 82 47 0 0.29 0.59 0.55 30.43 0.42 0.32
Hex 74 52 2F 0 1D 3B 37 1E 2A 20
Octal 164 122 57 0 35 73 67 36 52 40
Binary 1110100 1010010 101111 0 11101 111011 110111 11110 101010 100000

Color Harmonies of #74522F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74522F

Black with #74522F

Text Example


Text Example

White with #74522F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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