Html Css Color HEX #755231 Shingle Fawn

📋 copy color: '#755231'

red 117 ◦ green 82 ◦ blue 49

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

Shades of Shingle Fawn #755231

Tints of Shingle Fawn #755231

RGB

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

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

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

R = 47.18%
G = 33.06%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.58

 K value IS 0.54

RGB Variations

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

Color information

#755231 (or 0x755231) is known color: Shingle Fawn. HEX triplet: 75, 52 and 31. RGB value is (117,82,49). Sum of RGB (Red+Green+Blue) = 117+82+49=248 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.18% from 248); Green value is 82 (32.42% from 255 or 33.06% from 248); Blue value is 49 (19.53% from 255 or 19.76% from 248); Max value from RGB is 117 - color contains mainly: red. Hex color #755231 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755231 is #8AADCE. Grayscale: #585858. Windows color (decimal): -9088463 or 3232373. OLE color: 3232373.

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

Color convert

RGB 117 82 49 -
CMYK 0 0.30 0.58 0.54
HSL 29.12º 0.41% 0.33% -
HSV(B) 29.12º 0.58% 0.46% -
XYZ 10.91 10.04 4.27 -
YUV 88.7 105.6 148.18 -
System Red Green Blue C M Y K H S L
Decimal 117 82 49 0 0.30 0.58 0.54 29.12 0.41 0.33
Hex 75 52 31 0 1E 3A 36 1D 29 21
Octal 165 122 61 0 36 72 66 35 51 41
Binary 1110101 1010010 110001 0 11110 111010 110110 11101 101001 100001

Color Harmonies of #755231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755231

Black with #755231

Text Example


Text Example

White with #755231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755231; }

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

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

background-color css

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

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

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

border-color css

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

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

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