#775511

Color #775511 Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #775511

Tints of Raw Umber #775511

Color information

#775511 (or 0x775511) is unknown color: approx Raw Umber. HEX triplet: 77, 55 and 11. RGB value is (119,85,17). Sum of RGB (Red+Green+Blue) = 119+85+17=221 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.85% from 221); Green value is 85 (33.59% from 255 or 38.46% from 221); Blue value is 17 (7.03% from 255 or 7.69% from 221); Max value from RGB is 119 - color contains mainly: red. Hex color #775511 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775511 is #88AAEE. Grayscale: #575757. Windows color (decimal): -8956655 or 1135991. OLE color: 1135991.

HSL color Cylindrical-coordinate representation of color #775511: hue angle of 40º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #775511 is Cyan = 0, Magento = 0.29, Yellow = 0.86 and Black (K on CMYK) = 0.53.

Color convert

RGB1198517-
CMYK00.290.860.53
HSL40º75%26.67%-
HSV(B)40º85.71%46.67%-
XYZ10.9610.461.97-
YUV87.4188.26150.53-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 53.85%
GREEN value IS 85 (33.59% from 255) = 38.46%
BLUE value IS 17 (7.03% from 255) = 7.69%
R=53.85%
G=38.46%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.86
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119851700.290.860.53407526.67
Hex77551101D5635284b1b
Octal16712521035126655011333
Binary11101111010101100010111011010110110101101000100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775511; }

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

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

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

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

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

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

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

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