#774513

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

Shades of Raw Umber #774513

Tints of Raw Umber #774513

Color information

#774513 (or 0x774513) is unknown color: approx Raw Umber. HEX triplet: 77, 45 and 13. RGB value is (119,69,19). Sum of RGB (Red+Green+Blue) = 119+69+19=207 (27% of max value = 765). Red value is 119 (46.88% from 255 or 57.49% from 207); Green value is 69 (27.34% from 255 or 33.33% from 207); Blue value is 19 (7.81% from 255 or 9.18% from 207); Max value from RGB is 119 - color contains mainly: red. Hex color #774513 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #774513 is #88BAEC. Grayscale: #4E4E4E. Windows color (decimal): -8960749 or 1262967. OLE color: 1262967.

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

Color convert

RGB1196919-
CMYK00.420.840.53
HSL30º72.46%27.06%-
HSV(B)30º84.03%46.67%-
XYZ9.858.231.68-
YUV78.2594.56157.07-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 57.49%
GREEN value IS 69 (27.34% from 255) = 33.33%
BLUE value IS 19 (7.81% from 255) = 9.18%
R=57.49%
G=33.33%
B=9.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.84
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119691900.420.840.533072.4627.06
Hex77451302A54351e481b
Octal16710523052124653611033
Binary11101111000101100110101010101010011010111110100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774513; }

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

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

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

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

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

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

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

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