#775113

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

Shades of Raw Umber #775113

Tints of Raw Umber #775113

Color information

#775113 (or 0x775113) is unknown color: approx Raw Umber. HEX triplet: 77, 51 and 13. RGB value is (119,81,19). Sum of RGB (Red+Green+Blue) = 119+81+19=219 (29% of max value = 765). Red value is 119 (46.88% from 255 or 54.34% from 219); Green value is 81 (32.03% from 255 or 36.99% from 219); Blue value is 19 (7.81% from 255 or 8.68% from 219); Max value from RGB is 119 - color contains mainly: red. Hex color #775113 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775113 is #88AEEC. Grayscale: #555555. Windows color (decimal): -8957677 or 1266039. OLE color: 1266039.

HSL color Cylindrical-coordinate representation of color #775113: hue angle of 37.2º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #775113 is Cyan = 0, Magento = 0.32, Yellow = 0.84 and Black (K on CMYK) = 0.53.

Color convert

RGB1198119-
CMYK00.320.840.53
HSL37.2º72.46%27.06%-
HSV(B)37.2º84.03%46.67%-
XYZ10.679.851.96-
YUV85.2990.59152.04-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 54.34%
GREEN value IS 81 (32.03% from 255) = 36.99%
BLUE value IS 19 (7.81% from 255) = 8.68%
R=54.34%
G=36.99%
B=8.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.84
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119811900.320.840.5337.272.4627.06
Hex775113020543525481b
Octal16712123040124654511033
Binary111011110100011001101000001010100110101100101100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775113; }

 p { color: rgb(119,81,19); }

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

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

 a { background-color: rgb(119,81,19); }

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

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

 span { border-color: rgb(119,81,19); }

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