Html Css Color HEX #76522D Shingle Fawn

📋 copy color: '#76522D'

red 118 ◦ green 82 ◦ blue 45

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

Shades of Shingle Fawn #76522D

Tints of Shingle Fawn #76522D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 18.37%

R = 48.16%
G = 33.47%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#76522D (or 0x76522D) is known color: Shingle Fawn. HEX triplet: 76, 52 and 2D. RGB value is (118,82,45). Sum of RGB (Red+Green+Blue) = 118+82+45=245 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.16% from 245); Green value is 82 (32.42% from 255 or 33.47% from 245); Blue value is 45 (17.97% from 255 or 18.37% from 245); Max value from RGB is 118 - color contains mainly: red. Hex color #76522D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76522D is #89ADD2. Grayscale: #585858. Windows color (decimal): -9022931 or 2970230. OLE color: 2970230.

HSL color Cylindrical-coordinate representation of color #76522D: hue angle of 30.41º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #76522D is Cyan = 0, Magento = 0.31, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 82 45 -
CMYK 0 0.31 0.62 0.54
HSL 30.41º 0.45% 0.32% -
HSV(B) 30.41º 0.62% 0.46% -
XYZ 10.96 10.08 3.85 -
YUV 88.55 103.43 149.01 -
System Red Green Blue C M Y K H S L
Decimal 118 82 45 0 0.31 0.62 0.54 30.41 0.45 0.32
Hex 76 52 2D 0 1F 3E 36 1E 2D 20
Octal 166 122 55 0 37 76 66 36 55 40
Binary 1110110 1010010 101101 0 11111 111110 110110 11110 101101 100000

Color Harmonies of #76522D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76522D

Black with #76522D

Text Example


Text Example

White with #76522D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76522D; }

 p { color: rgb(118,82,45); }

 H1.HeaderClassName
 {
   color: #76522D;
 }
 .AnyTagClassName
 {
   color: #76522D;
 }
</style>

background-color css

<style>
 a { background-color: #76522D; }

 a { background-color: rgb(118,82,45); }

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

border-color css

<style>
 span { border-color: #76522D; }

 span { border-color: rgb(118,82,45); }

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