#774E13

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

Shades of Raw Umber #774E13

Tints of Raw Umber #774E13

Color information

#774E13 (or 0x774E13) is unknown color: approx Raw Umber. HEX triplet: 77, 4E and 13. RGB value is (119,78,19). Sum of RGB (Red+Green+Blue) = 119+78+19=216 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.09% from 216); Green value is 78 (30.86% from 255 or 36.11% from 216); Blue value is 19 (7.81% from 255 or 8.80% from 216); Max value from RGB is 119 - color contains mainly: red. Hex color #774E13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #774E13 is #88B1EC. Grayscale: #535353. Windows color (decimal): -8958445 or 1265271. OLE color: 1265271.

HSL color Cylindrical-coordinate representation of color #774E13: hue angle of 35.4º 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 #774E13 is Cyan = 0, Magento = 0.34, Yellow = 0.84 and Black (K on CMYK) = 0.53.

Color convert

RGB1197819-
CMYK00.340.840.53
HSL35.4º72.46%27.06%-
HSV(B)35.4º84.03%46.67%-
XYZ10.459.421.88-
YUV83.5391.58153.3-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 55.09%
GREEN value IS 78 (30.86% from 255) = 36.11%
BLUE value IS 19 (7.81% from 255) = 8.80%
R=55.09%
G=36.11%
B=8.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.84
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119781900.340.840.5335.472.4627.06
Hex774E13022543523481b
Octal16711623042124654311033
Binary111011110011101001101000101010100110101100011100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774E13; }

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

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

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

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

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

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

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

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