#775B11

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

Shades of Raw Umber #775B11

Tints of Raw Umber #775B11

Color information

#775B11 (or 0x775B11) is unknown color: approx Raw Umber. HEX triplet: 77, 5B and 11. RGB value is (119,91,17). Sum of RGB (Red+Green+Blue) = 119+91+17=227 (30% of max value = 765). Red value is 119 (46.88% from 255 or 52.42% from 227); Green value is 91 (35.94% from 255 or 40.09% from 227); Blue value is 17 (7.03% from 255 or 7.49% from 227); Max value from RGB is 119 - color contains mainly: red. Hex color #775B11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775B11 is #88A4EE. Grayscale: #5B5B5B. Windows color (decimal): -8955119 or 1137527. OLE color: 1137527.

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

Color convert

RGB1199117-
CMYK00.240.860.53
HSL43.53º75%26.67%-
HSV(B)43.53º85.71%46.67%-
XYZ11.4511.442.14-
YUV90.9486.28148.02-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 52.42%
GREEN value IS 91 (35.94% from 255) = 40.09%
BLUE value IS 17 (7.03% from 255) = 7.49%
R=52.42%
G=40.09%
B=7.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.86
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119911700.240.860.5343.537526.67
Hex775B1101856352c4b1b
Octal16713321030126655411333
Binary11101111011011100010110001010110110101101100100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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