Html Css Color HEX #755B31 Shingle Fawn

📋 copy color: '#755B31'

red 117 ◦ green 91 ◦ blue 49

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

Shades of Shingle Fawn #755B31

Tints of Shingle Fawn #755B31

RGB

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

 GREEN value IS 91 (35.94% from 255) = 35.41%

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

R = 45.53%
G = 35.41%
B = 19.07%

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

#755B31 (or 0x755B31) is known color: Shingle Fawn. HEX triplet: 75, 5B and 31. RGB value is (117,91,49). Sum of RGB (Red+Green+Blue) = 117+91+49=257 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.53% from 257); Green value is 91 (35.94% from 255 or 35.41% from 257); Blue value is 49 (19.53% from 255 or 19.07% from 257); Max value from RGB is 117 - color contains mainly: red. Hex color #755B31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755B31 is #8AA4CE. Grayscale: #5E5E5E. Windows color (decimal): -9086159 or 3234677. OLE color: 3234677.

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

Color convert

RGB 117 91 49 -
CMYK 0 0.22 0.58 0.54
HSL 37.06º 0.41% 0.33% -
HSV(B) 37.06º 0.58% 0.46% -
XYZ 11.63 11.49 4.51 -
YUV 93.99 102.61 144.42 -
System Red Green Blue C M Y K H S L
Decimal 117 91 49 0 0.22 0.58 0.54 37.06 0.41 0.33
Hex 75 5B 31 0 16 3A 36 25 29 21
Octal 165 133 61 0 26 72 66 45 51 41
Binary 1110101 1011011 110001 0 10110 111010 110110 100101 101001 100001

Color Harmonies of #755B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755B31

Black with #755B31

Text Example


Text Example

White with #755B31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755B31; }

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

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

background-color css

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

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

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

border-color css

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

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

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