#774210

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

Shades of Raw Umber #774210

Tints of Raw Umber #774210

Color information

#774210 (or 0x774210) is unknown color: approx Raw Umber. HEX triplet: 77, 42 and 10. RGB value is (119,66,16). Sum of RGB (Red+Green+Blue) = 119+66+16=201 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.20% from 201); Green value is 66 (26.17% from 255 or 32.84% from 201); Blue value is 16 (6.64% from 255 or 7.96% from 201); Max value from RGB is 119 - color contains mainly: red. Hex color #774210 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #774210 is #88BDEF. Grayscale: #4C4C4C. Windows color (decimal): -8961520 or 1065591. OLE color: 1065591.

HSL color Cylindrical-coordinate representation of color #774210: hue angle of 29.13º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #774210 is Cyan = 0, Magento = 0.45, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB1196616-
CMYK00.450.870.53
HSL29.13º76.3%26.47%-
HSV(B)29.13º86.55%46.67%-
XYZ9.657.861.5-
YUV76.1594.06158.57-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 59.20%
GREEN value IS 66 (26.17% from 255) = 32.84%
BLUE value IS 16 (6.64% from 255) = 7.96%
R=59.20%
G=32.84%
B=7.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.87
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119661600.450.870.5329.1376.326.47
Hex77421002D57351d4c1a
Octal16710220055127653511432
Binary11101111000010100000101101101011111010111101100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774210; }

 p { color: rgb(119,66,16); }

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

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

 a { background-color: rgb(119,66,16); }

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

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

 span { border-color: rgb(119,66,16); }

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