#774311

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

Shades of Raw Umber #774311

Tints of Raw Umber #774311

Color information

#774311 (or 0x774311) is unknown color: approx Raw Umber. HEX triplet: 77, 43 and 11. RGB value is (119,67,17). Sum of RGB (Red+Green+Blue) = 119+67+17=203 (26% of max value = 765). Red value is 119 (46.88% from 255 or 58.62% from 203); Green value is 67 (26.56% from 255 or 33.00% from 203); Blue value is 17 (7.03% from 255 or 8.37% from 203); Max value from RGB is 119 - color contains mainly: red. Hex color #774311 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #774311 is #88BCEE. Grayscale: #4D4D4D. Windows color (decimal): -8961263 or 1131383. OLE color: 1131383.

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

Color convert

RGB1196717-
CMYK00.440.860.53
HSL29.41º75%26.67%-
HSV(B)29.41º85.71%46.67%-
XYZ9.727.981.56-
YUV76.8594.23158.07-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 58.62%
GREEN value IS 67 (26.56% from 255) = 33.00%
BLUE value IS 17 (7.03% from 255) = 8.37%
R=58.62%
G=33.00%
B=8.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.86
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119671700.440.860.5329.417526.67
Hex77431102C56351d4b1b
Octal16710321054126653511333
Binary11101111000011100010101100101011011010111101100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774311; }

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

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

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

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

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

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

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

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