Html Css Color HEX #74532F Shingle Fawn

📋 copy color: '#74532F'

red 116 ◦ green 83 ◦ blue 47

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

Shades of Shingle Fawn #74532F

Tints of Shingle Fawn #74532F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 33.74%

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

R = 47.15%
G = 33.74%
B = 19.11%

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

#74532F (or 0x74532F) is known color: Shingle Fawn. HEX triplet: 74, 53 and 2F. RGB value is (116,83,47). Sum of RGB (Red+Green+Blue) = 116+83+47=246 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.15% from 246); Green value is 83 (32.81% from 255 or 33.74% from 246); Blue value is 47 (18.75% from 255 or 19.11% from 246); Max value from RGB is 116 - color contains mainly: red. Hex color #74532F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74532F is #8BACD0. Grayscale: #585858. Windows color (decimal): -9153745 or 3101556. OLE color: 3101556.

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

Color convert

RGB 116 83 47 -
CMYK 0 0.28 0.59 0.55
HSL 31.3º 0.42% 0.32% -
HSV(B) 31.3º 0.59% 0.45% -
XYZ 10.81 10.1 4.07 -
YUV 88.76 104.43 147.43 -
System Red Green Blue C M Y K H S L
Decimal 116 83 47 0 0.28 0.59 0.55 31.3 0.42 0.32
Hex 74 53 2F 0 1C 3B 37 1F 2A 20
Octal 164 123 57 0 34 73 67 37 52 40
Binary 1110100 1010011 101111 0 11100 111011 110111 11111 101010 100000

Color Harmonies of #74532F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74532F

Black with #74532F

Text Example


Text Example

White with #74532F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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