#775538

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

Shades of Shingle Fawn #775538

Tints of Shingle Fawn #775538

Color information

#775538 (or 0x775538) is unknown color: approx Shingle Fawn. HEX triplet: 77, 55 and 38. RGB value is (119,85,56). Sum of RGB (Red+Green+Blue) = 119+85+56=260 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.77% from 260); Green value is 85 (33.59% from 255 or 32.69% from 260); Blue value is 56 (22.27% from 255 or 21.54% from 260); Max value from RGB is 119 - color contains mainly: red. Hex color #775538 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775538 is #88AAC7. Grayscale: #5C5C5C. Windows color (decimal): -8956616 or 3691895. OLE color: 3691895.

HSL color Cylindrical-coordinate representation of color #775538: hue angle of 27.62º 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 #775538 is Cyan = 0, Magento = 0.29, Yellow = 0.53 and Black (K on CMYK) = 0.53.

Color convert

RGB1198556-
CMYK00.290.530.53
HSL27.62º36%34.31%-
HSV(B)27.62º52.94%46.67%-
XYZ11.5710.75.2-
YUV91.86107.76147.36-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.77%
GREEN value IS 85 (33.59% from 255) = 32.69%
BLUE value IS 56 (22.27% from 255) = 21.54%
R=45.77%
G=32.69%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.53
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119855600.290.530.5327.623634.31
Hex77553801D35351c2422
Octal167125700356565344442
Binary1110111101010111100001110111010111010111100100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775538; }

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

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

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

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

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

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

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

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