Html Css Color HEX #755631 Shingle Fawn

📋 copy color: '#755631'

red 117 ◦ green 86 ◦ blue 49

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

Shades of Shingle Fawn #755631

Tints of Shingle Fawn #755631

RGB

 RED value IS 117 (46.09% from 255) = 46.43%

 GREEN value IS 86 (33.98% from 255) = 34.13%

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

R = 46.43%
G = 34.13%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.58

 K value IS 0.54

RGB Variations

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

Color information

#755631 (or 0x755631) is known color: Shingle Fawn. HEX triplet: 75, 56 and 31. RGB value is (117,86,49). Sum of RGB (Red+Green+Blue) = 117+86+49=252 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.43% from 252); Green value is 86 (33.98% from 255 or 34.13% from 252); Blue value is 49 (19.53% from 255 or 19.44% from 252); Max value from RGB is 117 - color contains mainly: red. Hex color #755631 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755631 is #8AA9CE. Grayscale: #5B5B5B. Windows color (decimal): -9087439 or 3233397. OLE color: 3233397.

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

Color convert

RGB 117 86 49 -
CMYK 0 0.26 0.58 0.54
HSL 32.65º 0.41% 0.33% -
HSV(B) 32.65º 0.58% 0.46% -
XYZ 11.22 10.66 4.37 -
YUV 91.05 104.27 146.51 -
System Red Green Blue C M Y K H S L
Decimal 117 86 49 0 0.26 0.58 0.54 32.65 0.41 0.33
Hex 75 56 31 0 1A 3A 36 21 29 21
Octal 165 126 61 0 32 72 66 41 51 41
Binary 1110101 1010110 110001 0 11010 111010 110110 100001 101001 100001

Color Harmonies of #755631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755631

Black with #755631

Text Example


Text Example

White with #755631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755631; }

 p { color: rgb(117,86,49); }

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

background-color css

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

 a { background-color: rgb(117,86,49); }

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

border-color css

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

 span { border-color: rgb(117,86,49); }

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