#774613

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

Shades of Raw Umber #774613

Tints of Raw Umber #774613

Color information

#774613 (or 0x774613) is unknown color: approx Raw Umber. HEX triplet: 77, 46 and 13. RGB value is (119,70,19). Sum of RGB (Red+Green+Blue) = 119+70+19=208 (27% of max value = 765). Red value is 119 (46.88% from 255 or 57.21% from 208); Green value is 70 (27.73% from 255 or 33.65% from 208); Blue value is 19 (7.81% from 255 or 9.13% from 208); Max value from RGB is 119 - color contains mainly: red. Hex color #774613 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #774613 is #88B9EC. Grayscale: #4F4F4F. Windows color (decimal): -8960493 or 1263223. OLE color: 1263223.

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

Color convert

RGB1197019-
CMYK00.410.840.53
HSL30.6º72.46%27.06%-
HSV(B)30.6º84.03%46.67%-
XYZ9.928.351.71-
YUV78.8494.23156.65-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 57.21%
GREEN value IS 70 (27.73% from 255) = 33.65%
BLUE value IS 19 (7.81% from 255) = 9.13%
R=57.21%
G=33.65%
B=9.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.84
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119701900.410.840.5330.672.4627.06
Hex77461302954351f481b
Octal16710623051124653711033
Binary11101111000110100110101001101010011010111111100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774613; }

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

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

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

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

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

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

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

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