#775930

Color #775930 Shingle Fawn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shingle Fawn #775930

Tints of Shingle Fawn #775930

Color information

#775930 (or 0x775930) is unknown color: approx Shingle Fawn. HEX triplet: 77, 59 and 30. RGB value is (119,89,48). Sum of RGB (Red+Green+Blue) = 119+89+48=256 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.48% from 256); Green value is 89 (35.16% from 255 or 34.77% from 256); Blue value is 48 (19.14% from 255 or 18.75% from 256); Max value from RGB is 119 - color contains mainly: red. Hex color #775930 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775930 is #88A6CF. Grayscale: #5D5D5D. Windows color (decimal): -8955600 or 3168631. OLE color: 3168631.

HSL color Cylindrical-coordinate representation of color #775930: hue angle of 34.65º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #775930 is Cyan = 0, Magento = 0.25, Yellow = 0.60 and Black (K on CMYK) = 0.53.

Color convert

RGB1198948-
CMYK00.250.600.53
HSL34.65º42.51%32.75%-
HSV(B)34.65º59.66%46.67%-
XYZ11.7111.284.36-
YUV93.3102.44146.33-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.48%
GREEN value IS 89 (35.16% from 255) = 34.77%
BLUE value IS 48 (19.14% from 255) = 18.75%
R=46.48%
G=34.77%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.60
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119894800.250.600.5334.6542.5132.75
Hex7759300193C35232b21
Octal167131600317465435341
Binary11101111011001110000011001111100110101100011101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775930; }

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

 H1.HeaderClassName
 {
   color: #775930;
 }
 .AnyTagClassName
 {
   color: #775930;
 }
</style>
background-color css

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

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

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

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

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

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