#775838

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

Shades of Shingle Fawn #775838

Tints of Shingle Fawn #775838

Color information

#775838 (or 0x775838) is unknown color: approx Shingle Fawn. HEX triplet: 77, 58 and 38. RGB value is (119,88,56). Sum of RGB (Red+Green+Blue) = 119+88+56=263 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.25% from 263); Green value is 88 (34.77% from 255 or 33.46% from 263); Blue value is 56 (22.27% from 255 or 21.29% from 263); Max value from RGB is 119 - color contains mainly: red. Hex color #775838 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775838 is #88A7C7. Grayscale: #5D5D5D. Windows color (decimal): -8955848 or 3692663. OLE color: 3692663.

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

Color convert

RGB1198856-
CMYK00.260.530.53
HSL30.48º36%34.31%-
HSV(B)30.48º52.94%46.67%-
XYZ11.8111.195.28-
YUV93.62106.77146.1-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.25%
GREEN value IS 88 (34.77% from 255) = 33.46%
BLUE value IS 56 (22.27% from 255) = 21.29%
R=45.25%
G=33.46%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.53
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119885600.260.530.5330.483634.31
Hex77583801A35351e2422
Octal167130700326565364442
Binary1110111101100011100001101011010111010111110100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775838; }

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

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

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

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

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

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

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

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