Html Css Color HEX #765231 Shingle Fawn

📋 copy color: '#765231'

red 118 ◦ green 82 ◦ blue 49

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

Shades of Shingle Fawn #765231

Tints of Shingle Fawn #765231

RGB

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

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

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

R = 47.39%
G = 32.93%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.58

 K value IS 0.54

RGB Variations

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

Color information

#765231 (or 0x765231) is known color: Shingle Fawn. HEX triplet: 76, 52 and 31. RGB value is (118,82,49). Sum of RGB (Red+Green+Blue) = 118+82+49=249 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.39% from 249); Green value is 82 (32.42% from 255 or 32.93% from 249); Blue value is 49 (19.53% from 255 or 19.68% from 249); Max value from RGB is 118 - color contains mainly: red. Hex color #765231 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765231 is #89ADCE. Grayscale: #595959. Windows color (decimal): -9022927 or 3232374. OLE color: 3232374.

HSL color Cylindrical-coordinate representation of color #765231: hue angle of 28.7º 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 #765231 is Cyan = 0, Magento = 0.31, Yellow = 0.58 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 82 49 -
CMYK 0 0.31 0.58 0.54
HSL 28.7º 0.41% 0.33% -
HSV(B) 28.7º 0.58% 0.46% -
XYZ 11.04 10.11 4.27 -
YUV 89 105.43 148.68 -
System Red Green Blue C M Y K H S L
Decimal 118 82 49 0 0.31 0.58 0.54 28.7 0.41 0.33
Hex 76 52 31 0 1F 3A 36 1D 29 21
Octal 166 122 61 0 37 72 66 35 51 41
Binary 1110110 1010010 110001 0 11111 111010 110110 11101 101001 100001

Color Harmonies of #765231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765231

Black with #765231

Text Example


Text Example

White with #765231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765231; }

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

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

background-color css

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

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

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

border-color css

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

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

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