Html Css Color HEX #76542C Shingle Fawn

📋 copy color: '#76542C'

red 118 ◦ green 84 ◦ blue 44

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

Shades of Shingle Fawn #76542C

Tints of Shingle Fawn #76542C

RGB

 RED value IS 118 (46.48% from 255) = 47.97%

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

 BLUE value IS 44 (17.58% from 255) = 17.89%

R = 47.97%
G = 34.15%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.63

 K value IS 0.54

RGB Variations

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

Color information

#76542C (or 0x76542C) is known color: Shingle Fawn. HEX triplet: 76, 54 and 2C. RGB value is (118,84,44). Sum of RGB (Red+Green+Blue) = 118+84+44=246 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.97% from 246); Green value is 84 (33.20% from 255 or 34.15% from 246); Blue value is 44 (17.58% from 255 or 17.89% from 246); Max value from RGB is 118 - color contains mainly: red. Hex color #76542C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76542C is #89ABD3. Grayscale: #595959. Windows color (decimal): -9022420 or 2905206. OLE color: 2905206.

HSL color Cylindrical-coordinate representation of color #76542C: hue angle of 32.43º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #76542C is Cyan = 0, Magento = 0.29, Yellow = 0.63 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 84 44 -
CMYK 0 0.29 0.63 0.54
HSL 32.43º 0.46% 0.32% -
HSV(B) 32.43º 0.63% 0.46% -
XYZ 11.1 10.37 3.8 -
YUV 89.61 102.26 148.25 -
System Red Green Blue C M Y K H S L
Decimal 118 84 44 0 0.29 0.63 0.54 32.43 0.46 0.32
Hex 76 54 2C 0 1D 3F 36 20 2E 20
Octal 166 124 54 0 35 77 66 40 56 40
Binary 1110110 1010100 101100 0 11101 111111 110110 100000 101110 100000

Color Harmonies of #76542C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76542C

Black with #76542C

Text Example


Text Example

White with #76542C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76542C; }

 p { color: rgb(118,84,44); }

 H1.HeaderClassName
 {
   color: #76542C;
 }
 .AnyTagClassName
 {
   color: #76542C;
 }
</style>

background-color css

<style>
 a { background-color: #76542C; }

 a { background-color: rgb(118,84,44); }

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

border-color css

<style>
 span { border-color: #76542C; }

 span { border-color: rgb(118,84,44); }

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