#775011

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

Shades of Raw Umber #775011

Tints of Raw Umber #775011

Color information

#775011 (or 0x775011) is unknown color: approx Raw Umber. HEX triplet: 77, 50 and 11. RGB value is (119,80,17). Sum of RGB (Red+Green+Blue) = 119+80+17=216 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.09% from 216); Green value is 80 (31.64% from 255 or 37.04% from 216); Blue value is 17 (7.03% from 255 or 7.87% from 216); Max value from RGB is 119 - color contains mainly: red. Hex color #775011 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775011 is #88AFEE. Grayscale: #545454. Windows color (decimal): -8957935 or 1134711. OLE color: 1134711.

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

Color convert

RGB1198017-
CMYK00.330.860.53
HSL37.06º75%26.67%-
HSV(B)37.06º85.71%46.67%-
XYZ10.589.71.85-
YUV84.4889.92152.62-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 55.09%
GREEN value IS 80 (31.64% from 255) = 37.04%
BLUE value IS 17 (7.03% from 255) = 7.87%
R=55.09%
G=37.04%
B=7.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.86
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119801700.330.860.5337.067526.67
Hex7750110215635254b1b
Octal16712021041126654511333
Binary111011110100001000101000011010110110101100101100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775011; }

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

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

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

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

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

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

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

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