Html Css Color HEX #74512F Shingle Fawn

📋 copy color: '#74512F'

red 116 ◦ green 81 ◦ blue 47

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

Shades of Shingle Fawn #74512F

Tints of Shingle Fawn #74512F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 33.2%

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

R = 47.54%
G = 33.2%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#74512F (or 0x74512F) is known color: Shingle Fawn. HEX triplet: 74, 51 and 2F. RGB value is (116,81,47). Sum of RGB (Red+Green+Blue) = 116+81+47=244 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.54% from 244); Green value is 81 (32.03% from 255 or 33.20% from 244); Blue value is 47 (18.75% from 255 or 19.26% from 244); Max value from RGB is 116 - color contains mainly: red. Hex color #74512F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74512F is #8BAED0. Grayscale: #575757. Windows color (decimal): -9154257 or 3101044. OLE color: 3101044.

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

Color convert

RGB 116 81 47 -
CMYK 0 0.30 0.59 0.55
HSL 29.57º 0.42% 0.32% -
HSV(B) 29.57º 0.59% 0.45% -
XYZ 10.66 9.8 4.02 -
YUV 87.59 105.1 148.26 -
System Red Green Blue C M Y K H S L
Decimal 116 81 47 0 0.30 0.59 0.55 29.57 0.42 0.32
Hex 74 51 2F 0 1E 3B 37 1E 2A 20
Octal 164 121 57 0 36 73 67 36 52 40
Binary 1110100 1010001 101111 0 11110 111011 110111 11110 101010 100000

Color Harmonies of #74512F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74512F

Black with #74512F

Text Example


Text Example

White with #74512F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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