Html Css Color HEX #76522B Shingle Fawn

📋 copy color: '#76522B'

red 118 ◦ green 82 ◦ blue 43

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

Shades of Shingle Fawn #76522B

Tints of Shingle Fawn #76522B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 17.7%

R = 48.56%
G = 33.74%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#76522B (or 0x76522B) is known color: Shingle Fawn. HEX triplet: 76, 52 and 2B. RGB value is (118,82,43). Sum of RGB (Red+Green+Blue) = 118+82+43=243 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.56% from 243); Green value is 82 (32.42% from 255 or 33.74% from 243); Blue value is 43 (17.19% from 255 or 17.70% from 243); Max value from RGB is 118 - color contains mainly: red. Hex color #76522B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76522B is #89ADD4. Grayscale: #585858. Windows color (decimal): -9022933 or 2839158. OLE color: 2839158.

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

Color convert

RGB 118 82 43 -
CMYK 0 0.31 0.64 0.54
HSL 31.2º 0.47% 0.32% -
HSV(B) 31.2º 0.64% 0.46% -
XYZ 10.92 10.06 3.65 -
YUV 88.32 102.43 149.17 -
System Red Green Blue C M Y K H S L
Decimal 118 82 43 0 0.31 0.64 0.54 31.2 0.47 0.32
Hex 76 52 2B 0 1F 40 36 1F 2F 20
Octal 166 122 53 0 37 100 66 37 57 40
Binary 1110110 1010010 101011 0 11111 1000000 110110 11111 101111 100000

Color Harmonies of #76522B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76522B

Black with #76522B

Text Example


Text Example

White with #76522B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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