Html Css Color HEX #755930 Shingle Fawn

📋 copy color: '#755930'

red 117 ◦ green 89 ◦ blue 48

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

Shades of Shingle Fawn #755930

Tints of Shingle Fawn #755930

RGB

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

 GREEN value IS 89 (35.16% from 255) = 35.04%

 BLUE value IS 48 (19.14% from 255) = 18.9%

R = 46.06%
G = 35.04%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.59

 K value IS 0.54

RGB Variations

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

Color information

#755930 (or 0x755930) is known color: Shingle Fawn. HEX triplet: 75, 59 and 30. RGB value is (117,89,48). Sum of RGB (Red+Green+Blue) = 117+89+48=254 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.06% from 254); Green value is 89 (35.16% from 255 or 35.04% from 254); Blue value is 48 (19.14% from 255 or 18.90% from 254); Max value from RGB is 117 - color contains mainly: red. Hex color #755930 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755930 is #8AA6CF. Grayscale: #5C5C5C. Windows color (decimal): -9086672 or 3168629. OLE color: 3168629.

HSL color Cylindrical-coordinate representation of color #755930: hue angle of 35.65º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #755930 is Cyan = 0, Magento = 0.24, Yellow = 0.59 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 89 48 -
CMYK 0 0.24 0.59 0.54
HSL 35.65º 0.42% 0.32% -
HSV(B) 35.65º 0.59% 0.46% -
XYZ 11.44 11.14 4.34 -
YUV 92.7 102.78 145.33 -
System Red Green Blue C M Y K H S L
Decimal 117 89 48 0 0.24 0.59 0.54 35.65 0.42 0.32
Hex 75 59 30 0 18 3B 36 24 2A 20
Octal 165 131 60 0 30 73 66 44 52 40
Binary 1110101 1011001 110000 0 11000 111011 110110 100100 101010 100000

Color Harmonies of #755930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755930

Black with #755930

Text Example


Text Example

White with #755930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755930; }

 p { color: rgb(117,89,48); }

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

background-color css

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

 a { background-color: rgb(117,89,48); }

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

border-color css

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

 span { border-color: rgb(117,89,48); }

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