#775A15

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

Shades of Raw Umber #775A15

Tints of Raw Umber #775A15

Color information

#775A15 (or 0x775A15) is unknown color: approx Raw Umber. HEX triplet: 77, 5A and 15. RGB value is (119,90,21). Sum of RGB (Red+Green+Blue) = 119+90+21=230 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.74% from 230); Green value is 90 (35.55% from 255 or 39.13% from 230); Blue value is 21 (8.59% from 255 or 9.13% from 230); Max value from RGB is 119 - color contains mainly: red. Hex color #775A15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775A15 is #88A5EA. Grayscale: #5B5B5B. Windows color (decimal): -8955371 or 1399415. OLE color: 1399415.

HSL color Cylindrical-coordinate representation of color #775A15: hue angle of 42.24º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #775A15 is Cyan = 0, Magento = 0.24, Yellow = 0.82 and Black (K on CMYK) = 0.53.

Color convert

RGB1199021-
CMYK00.240.820.53
HSL42.24º70%27.45%-
HSV(B)42.24º82.35%46.67%-
XYZ11.411.292.29-
YUV90.888.61148.11-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 51.74%
GREEN value IS 90 (35.55% from 255) = 39.13%
BLUE value IS 21 (8.59% from 255) = 9.13%
R=51.74%
G=39.13%
B=9.13%

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
Decimal119902100.240.820.5342.247027.45
Hex775A1501852352a461b
Octal16713225030122655210633
Binary11101111011010101010110001010010110101101010100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,90,21); }

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

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

 a { background-color: rgb(119,90,21); }

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

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

 span { border-color: rgb(119,90,21); }

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