#775916

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

Shades of Raw Umber #775916

Tints of Raw Umber #775916

Color information

#775916 (or 0x775916) is unknown color: approx Raw Umber. HEX triplet: 77, 59 and 16. RGB value is (119,89,22). Sum of RGB (Red+Green+Blue) = 119+89+22=230 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.74% from 230); Green value is 89 (35.16% from 255 or 38.70% from 230); Blue value is 22 (8.98% from 255 or 9.57% from 230); Max value from RGB is 119 - color contains mainly: red. Hex color #775916 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775916 is #88A6E9. Grayscale: #5A5A5A. Windows color (decimal): -8955626 or 1464695. OLE color: 1464695.

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

Color convert

RGB1198922-
CMYK00.250.820.53
HSL41.44º68.79%27.65%-
HSV(B)41.44º81.51%46.67%-
XYZ11.3211.122.31-
YUV90.3389.44148.45-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 51.74%
GREEN value IS 89 (35.16% from 255) = 38.70%
BLUE value IS 22 (8.98% from 255) = 9.57%
R=51.74%
G=38.70%
B=9.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.82
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119892200.250.820.5341.4468.7927.65
Hex775916019523529451c
Octal16713126031122655110534
Binary11101111011001101100110011010010110101101001100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775916; }

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

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

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

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

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

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

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

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