Html Css Color HEX #755831 Shingle Fawn

📋 copy color: '#755831'

red 117 ◦ green 88 ◦ blue 49

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

Shades of Shingle Fawn #755831

Tints of Shingle Fawn #755831

RGB

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

 GREEN value IS 88 (34.77% from 255) = 34.65%

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

R = 46.06%
G = 34.65%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.58

 K value IS 0.54

RGB Variations

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

Color information

#755831 (or 0x755831) is known color: Shingle Fawn. HEX triplet: 75, 58 and 31. RGB value is (117,88,49). Sum of RGB (Red+Green+Blue) = 117+88+49=254 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.06% from 254); Green value is 88 (34.77% from 255 or 34.65% from 254); Blue value is 49 (19.53% from 255 or 19.29% from 254); Max value from RGB is 117 - color contains mainly: red. Hex color #755831 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755831 is #8AA7CE. Grayscale: #5C5C5C. Windows color (decimal): -9086927 or 3233909. OLE color: 3233909.

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

Color convert

RGB 117 88 49 -
CMYK 0 0.25 0.58 0.54
HSL 34.41º 0.41% 0.33% -
HSV(B) 34.41º 0.58% 0.46% -
XYZ 11.38 10.98 4.43 -
YUV 92.23 103.61 145.67 -
System Red Green Blue C M Y K H S L
Decimal 117 88 49 0 0.25 0.58 0.54 34.41 0.41 0.33
Hex 75 58 31 0 19 3A 36 22 29 21
Octal 165 130 61 0 31 72 66 42 51 41
Binary 1110101 1011000 110001 0 11001 111010 110110 100010 101001 100001

Color Harmonies of #755831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755831

Black with #755831

Text Example


Text Example

White with #755831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755831; }

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

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

background-color css

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

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

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

border-color css

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

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

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