#774F12

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

Shades of Raw Umber #774F12

Tints of Raw Umber #774F12

Color information

#774F12 (or 0x774F12) is unknown color: approx Raw Umber. HEX triplet: 77, 4F and 12. RGB value is (119,79,18). Sum of RGB (Red+Green+Blue) = 119+79+18=216 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.09% from 216); Green value is 79 (31.25% from 255 or 36.57% from 216); Blue value is 18 (7.42% from 255 or 8.33% from 216); Max value from RGB is 119 - color contains mainly: red. Hex color #774F12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #774F12 is #88B0ED. Grayscale: #545454. Windows color (decimal): -8958190 or 1199991. OLE color: 1199991.

HSL color Cylindrical-coordinate representation of color #774F12: hue angle of 36.24º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #774F12 is Cyan = 0, Magento = 0.34, Yellow = 0.85 and Black (K on CMYK) = 0.53.

Color convert

RGB1197918-
CMYK00.340.850.53
HSL36.24º73.72%26.86%-
HSV(B)36.24º84.87%46.67%-
XYZ10.519.561.86-
YUV84.0190.75152.96-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 55.09%
GREEN value IS 79 (31.25% from 255) = 36.57%
BLUE value IS 18 (7.42% from 255) = 8.33%
R=55.09%
G=36.57%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.85
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119791800.340.850.5336.2473.7226.86
Hex774F120225535244a1b
Octal16711722042125654411233
Binary111011110011111001001000101010101110101100100100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,79,18); }

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

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

 a { background-color: rgb(119,79,18); }

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

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

 span { border-color: rgb(119,79,18); }

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