#774313

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

Shades of Raw Umber #774313

Tints of Raw Umber #774313

Color information

#774313 (or 0x774313) is unknown color: approx Raw Umber. HEX triplet: 77, 43 and 13. RGB value is (119,67,19). Sum of RGB (Red+Green+Blue) = 119+67+19=205 (27% of max value = 765). Red value is 119 (46.88% from 255 or 58.05% from 205); Green value is 67 (26.56% from 255 or 32.68% from 205); Blue value is 19 (7.81% from 255 or 9.27% from 205); Max value from RGB is 119 - color contains mainly: red. Hex color #774313 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #774313 is #88BCEC. Grayscale: #4D4D4D. Windows color (decimal): -8961261 or 1262455. OLE color: 1262455.

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

Color convert

RGB1196719-
CMYK00.440.840.53
HSL28.8º72.46%27.06%-
HSV(B)28.8º84.03%46.67%-
XYZ9.737.981.64-
YUV77.0895.23157.9-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 58.05%
GREEN value IS 67 (26.56% from 255) = 32.68%
BLUE value IS 19 (7.81% from 255) = 9.27%
R=58.05%
G=32.68%
B=9.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.84
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119671900.440.840.5328.872.4627.06
Hex77431302C54351d481b
Octal16710323054124653511033
Binary11101111000011100110101100101010011010111101100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774313; }

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

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

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

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

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

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

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

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