#775534

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

Shades of Shingle Fawn #775534

Tints of Shingle Fawn #775534

Color information

#775534 (or 0x775534) is unknown color: approx Shingle Fawn. HEX triplet: 77, 55 and 34. RGB value is (119,85,52). Sum of RGB (Red+Green+Blue) = 119+85+52=256 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.48% from 256); Green value is 85 (33.59% from 255 or 33.20% from 256); Blue value is 52 (20.70% from 255 or 20.31% from 256); Max value from RGB is 119 - color contains mainly: red. Hex color #775534 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775534 is #88AACB. Grayscale: #5B5B5B. Windows color (decimal): -8956620 or 3429751. OLE color: 3429751.

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

Color convert

RGB1198552-
CMYK00.290.560.53
HSL29.55º39.18%33.53%-
HSV(B)29.55º56.3%46.67%-
XYZ11.4810.674.7-
YUV91.4105.76147.68-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.48%
GREEN value IS 85 (33.59% from 255) = 33.20%
BLUE value IS 52 (20.70% from 255) = 20.31%
R=46.48%
G=33.20%
B=20.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.56
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119855200.290.560.5329.5539.1833.53
Hex77553401D38351e2722
Octal167125640357065364742
Binary1110111101010111010001110111100011010111110100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775534; }

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

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

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

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

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

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

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

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