#774800

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

Shades of Raw Umber #774800

Tints of Raw Umber #774800

Color information

#774800 (or 0x774800) is unknown color: approx Raw Umber. HEX triplet: 77, 48 and 00. RGB value is (119,72,0). Sum of RGB (Red+Green+Blue) = 119+72+0=191 (25% of max value = 765). Red value is 119 (46.88% from 255 or 62.30% from 191); Green value is 72 (28.52% from 255 or 37.70% from 191); Blue value is 0 (0.39% from 255 or 0% from 191); Max value from RGB is 119 - color contains mainly: red. Hex color #774800 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #774800 is #88B7FF. Grayscale: #4E4E4E. Windows color (decimal): -8960000 or 18551. OLE color: 18551.

HSL color Cylindrical-coordinate representation of color #774800: hue angle of 36.3º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #774800 is Cyan = 0, Magento = 0.39, Yellow = 1 and Black (K on CMYK) = 0.53.

Color convert

RGB119720-
CMYK00.3910.53
HSL36.3º100%23.33%-
HSV(B)36.3º100%46.67%-
XYZ9.938.561.13-
YUV77.8484.07157.35-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 62.30%
GREEN value IS 72 (28.52% from 255) = 37.70%
BLUE value IS 0 (0.39% from 255) = 0%
R=62.30%
G=37.70%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 1
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11972000.3910.5336.310023.33
Hex774800276435246417
Octal1671100047144654414427
Binary11101111001000001001111100100110101100100110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774800; }

 p { color: rgb(119,72,0); }

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

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

 a { background-color: rgb(119,72,0); }

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

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

 span { border-color: rgb(119,72,0); }

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