Html Css Color HEX #74512E Shingle Fawn

📋 copy color: '#74512E'

red 116 ◦ green 81 ◦ blue 46

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

Shades of Shingle Fawn #74512E

Tints of Shingle Fawn #74512E

RGB

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

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

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

R = 47.74%
G = 33.33%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.60

 K value IS 0.55

RGB Variations

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

Color information

#74512E (or 0x74512E) is known color: Shingle Fawn. HEX triplet: 74, 51 and 2E. RGB value is (116,81,46). Sum of RGB (Red+Green+Blue) = 116+81+46=243 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.74% from 243); Green value is 81 (32.03% from 255 or 33.33% from 243); Blue value is 46 (18.36% from 255 or 18.93% from 243); Max value from RGB is 116 - color contains mainly: red. Hex color #74512E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74512E is #8BAED1. Grayscale: #575757. Windows color (decimal): -9154258 or 3035508. OLE color: 3035508.

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

Color convert

RGB 116 81 46 -
CMYK 0 0.30 0.60 0.55
HSL 30º 0.43% 0.32% -
HSV(B) 30º 0.6% 0.45% -
XYZ 10.64 9.8 3.91 -
YUV 87.48 104.6 148.35 -
System Red Green Blue C M Y K H S L
Decimal 116 81 46 0 0.30 0.60 0.55 30 0.43 0.32
Hex 74 51 2E 0 1E 3C 37 1E 2B 20
Octal 164 121 56 0 36 74 67 36 53 40
Binary 1110100 1010001 101110 0 11110 111100 110111 11110 101011 100000

Color Harmonies of #74512E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74512E

Black with #74512E

Text Example


Text Example

White with #74512E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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