Html Css Color HEX #76532C Shingle Fawn

📋 copy color: '#76532C'

red 118 ◦ green 83 ◦ blue 44

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

Shades of Shingle Fawn #76532C

Tints of Shingle Fawn #76532C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 33.88%

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

R = 48.16%
G = 33.88%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.63

 K value IS 0.54

RGB Variations

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

Color information

#76532C (or 0x76532C) is known color: Shingle Fawn. HEX triplet: 76, 53 and 2C. RGB value is (118,83,44). Sum of RGB (Red+Green+Blue) = 118+83+44=245 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.16% from 245); Green value is 83 (32.81% from 255 or 33.88% from 245); Blue value is 44 (17.58% from 255 or 17.96% from 245); Max value from RGB is 118 - color contains mainly: red. Hex color #76532C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76532C is #89ACD3. Grayscale: #595959. Windows color (decimal): -9022676 or 2904950. OLE color: 2904950.

HSL color Cylindrical-coordinate representation of color #76532C: hue angle of 31.62º 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 #76532C is Cyan = 0, Magento = 0.30, Yellow = 0.63 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 83 44 -
CMYK 0 0.30 0.63 0.54
HSL 31.62º 0.46% 0.32% -
HSV(B) 31.62º 0.63% 0.46% -
XYZ 11.02 10.22 3.77 -
YUV 89.02 102.6 148.67 -
System Red Green Blue C M Y K H S L
Decimal 118 83 44 0 0.30 0.63 0.54 31.62 0.46 0.32
Hex 76 53 2C 0 1E 3F 36 20 2E 20
Octal 166 123 54 0 36 77 66 40 56 40
Binary 1110110 1010011 101100 0 11110 111111 110110 100000 101110 100000

Color Harmonies of #76532C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76532C

Black with #76532C

Text Example


Text Example

White with #76532C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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