#775B16

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

Shades of Raw Umber #775B16

Tints of Raw Umber #775B16

Color information

#775B16 (or 0x775B16) is unknown color: approx Raw Umber. HEX triplet: 77, 5B and 16. RGB value is (119,91,22). Sum of RGB (Red+Green+Blue) = 119+91+22=232 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.29% from 232); Green value is 91 (35.94% from 255 or 39.22% from 232); Blue value is 22 (8.98% from 255 or 9.48% from 232); Max value from RGB is 119 - color contains mainly: red. Hex color #775B16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775B16 is #88A4E9. Grayscale: #5B5B5B. Windows color (decimal): -8955114 or 1465207. OLE color: 1465207.

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

Color convert

RGB1199122-
CMYK00.240.820.53
HSL42.68º68.79%27.65%-
HSV(B)42.68º81.51%46.67%-
XYZ11.4911.462.37-
YUV91.5188.78147.61-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 51.29%
GREEN value IS 91 (35.94% from 255) = 39.22%
BLUE value IS 22 (8.98% from 255) = 9.48%
R=51.29%
G=39.22%
B=9.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.82
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119912200.240.820.5342.6868.7927.65
Hex775B1601852352b451c
Octal16713326030122655310534
Binary11101111011011101100110001010010110101101011100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775B16; }

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

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

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

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

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

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

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

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