#775834

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

Shades of Shingle Fawn #775834

Tints of Shingle Fawn #775834

Color information

#775834 (or 0x775834) is unknown color: approx Shingle Fawn. HEX triplet: 77, 58 and 34. RGB value is (119,88,52). Sum of RGB (Red+Green+Blue) = 119+88+52=259 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.95% from 259); Green value is 88 (34.77% from 255 or 33.98% from 259); Blue value is 52 (20.70% from 255 or 20.08% from 259); Max value from RGB is 119 - color contains mainly: red. Hex color #775834 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775834 is #88A7CB. Grayscale: #5D5D5D. Windows color (decimal): -8955852 or 3430519. OLE color: 3430519.

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

Color convert

RGB1198852-
CMYK00.260.560.53
HSL32.24º39.18%33.53%-
HSV(B)32.24º56.3%46.67%-
XYZ11.7211.154.78-
YUV93.16104.77146.43-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.95%
GREEN value IS 88 (34.77% from 255) = 33.98%
BLUE value IS 52 (20.70% from 255) = 20.08%
R=45.95%
G=33.98%
B=20.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.56
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119885200.260.560.5332.2439.1833.53
Hex77583401A3835202722
Octal167130640327065404742
Binary11101111011000110100011010111000110101100000100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775834; }

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

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

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

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

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

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

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

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