Html Css Color HEX #765C31 Shingle Fawn

📋 copy color: '#765C31'

red 118 ◦ green 92 ◦ blue 49

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

Shades of Shingle Fawn #765C31

Tints of Shingle Fawn #765C31

RGB

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

 GREEN value IS 92 (36.33% from 255) = 35.52%

 BLUE value IS 49 (19.53% from 255) = 18.92%

R = 45.56%
G = 35.52%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.58

 K value IS 0.54

RGB Variations

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

Color information

#765C31 (or 0x765C31) is known color: Shingle Fawn. HEX triplet: 76, 5C and 31. RGB value is (118,92,49). Sum of RGB (Red+Green+Blue) = 118+92+49=259 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.56% from 259); Green value is 92 (36.33% from 255 or 35.52% from 259); Blue value is 49 (19.53% from 255 or 18.92% from 259); Max value from RGB is 118 - color contains mainly: red. Hex color #765C31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765C31 is #89A3CE. Grayscale: #5F5F5F. Windows color (decimal): -9020367 or 3234934. OLE color: 3234934.

HSL color Cylindrical-coordinate representation of color #765C31: hue angle of 37.39º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #765C31 is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 92 49 -
CMYK 0 0.22 0.58 0.54
HSL 37.39º 0.41% 0.33% -
HSV(B) 37.39º 0.58% 0.46% -
XYZ 11.85 11.73 4.54 -
YUV 94.87 102.11 144.5 -
System Red Green Blue C M Y K H S L
Decimal 118 92 49 0 0.22 0.58 0.54 37.39 0.41 0.33
Hex 76 5C 31 0 16 3A 36 25 29 21
Octal 166 134 61 0 26 72 66 45 51 41
Binary 1110110 1011100 110001 0 10110 111010 110110 100101 101001 100001

Color Harmonies of #765C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765C31

Black with #765C31

Text Example


Text Example

White with #765C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765C31; }

 p { color: rgb(118,92,49); }

 H1.HeaderClassName
 {
   color: #765C31;
 }
 .AnyTagClassName
 {
   color: #765C31;
 }
</style>

background-color css

<style>
 a { background-color: #765C31; }

 a { background-color: rgb(118,92,49); }

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

border-color css

<style>
 span { border-color: #765C31; }

 span { border-color: rgb(118,92,49); }

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