#775A38

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

Shades of Shingle Fawn #775A38

Tints of Shingle Fawn #775A38

Color information

#775A38 (or 0x775A38) is unknown color: approx Shingle Fawn. HEX triplet: 77, 5A and 38. RGB value is (119,90,56). Sum of RGB (Red+Green+Blue) = 119+90+56=265 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.91% from 265); Green value is 90 (35.55% from 255 or 33.96% from 265); Blue value is 56 (22.27% from 255 or 21.13% from 265); Max value from RGB is 119 - color contains mainly: red. Hex color #775A38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775A38 is #88A5C7. Grayscale: #5E5E5E. Windows color (decimal): -8955336 or 3693175. OLE color: 3693175.

HSL color Cylindrical-coordinate representation of color #775A38: hue angle of 32.38º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #775A38 is Cyan = 0, Magento = 0.24, Yellow = 0.53 and Black (K on CMYK) = 0.53.

Color convert

RGB1199056-
CMYK00.240.530.53
HSL32.38º36%34.31%-
HSV(B)32.38º52.94%46.67%-
XYZ11.9811.525.33-
YUV94.8106.11145.26-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.91%
GREEN value IS 90 (35.55% from 255) = 33.96%
BLUE value IS 56 (22.27% from 255) = 21.13%
R=44.91%
G=33.96%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.53
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119905600.240.530.5332.383634.31
Hex775A380183535202422
Octal167132700306565404442
Binary11101111011010111000011000110101110101100000100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775A38; }

 p { color: rgb(119,90,56); }

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

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

 a { background-color: rgb(119,90,56); }

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

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

 span { border-color: rgb(119,90,56); }

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