#775016

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

Shades of Raw Umber #775016

Tints of Raw Umber #775016

Color information

#775016 (or 0x775016) is unknown color: approx Raw Umber. HEX triplet: 77, 50 and 16. RGB value is (119,80,22). Sum of RGB (Red+Green+Blue) = 119+80+22=221 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.85% from 221); Green value is 80 (31.64% from 255 or 36.20% from 221); Blue value is 22 (8.98% from 255 or 9.95% from 221); Max value from RGB is 119 - color contains mainly: red. Hex color #775016 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775016 is #88AFE9. Grayscale: #555555. Windows color (decimal): -8957930 or 1462391. OLE color: 1462391.

HSL color Cylindrical-coordinate representation of color #775016: hue angle of 35.88º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #775016 is Cyan = 0, Magento = 0.33, Yellow = 0.82 and Black (K on CMYK) = 0.53.

Color convert

RGB1198022-
CMYK00.330.820.53
HSL35.88º68.79%27.65%-
HSV(B)35.88º81.51%46.67%-
XYZ10.629.722.07-
YUV85.0592.42152.22-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 53.85%
GREEN value IS 80 (31.64% from 255) = 36.20%
BLUE value IS 22 (8.98% from 255) = 9.95%
R=53.85%
G=36.20%
B=9.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.82
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119802200.330.820.5335.8868.7927.65
Hex775016021523524451c
Octal16712026041122654410534
Binary111011110100001011001000011010010110101100100100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775016; }

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

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

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

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

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

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

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

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