#774815

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

Shades of Raw Umber #774815

Tints of Raw Umber #774815

Color information

#774815 (or 0x774815) is unknown color: approx Raw Umber. HEX triplet: 77, 48 and 15. RGB value is (119,72,21). Sum of RGB (Red+Green+Blue) = 119+72+21=212 (28% of max value = 765). Red value is 119 (46.88% from 255 or 56.13% from 212); Green value is 72 (28.52% from 255 or 33.96% from 212); Blue value is 21 (8.59% from 255 or 9.91% from 212); Max value from RGB is 119 - color contains mainly: red. Hex color #774815 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #774815 is #88B7EA. Grayscale: #505050. Windows color (decimal): -8959979 or 1394807. OLE color: 1394807.

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

Color convert

RGB1197221-
CMYK00.390.820.53
HSL31.22º70%27.45%-
HSV(B)31.22º82.35%46.67%-
XYZ10.068.611.84-
YUV80.2494.57155.65-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 56.13%
GREEN value IS 72 (28.52% from 255) = 33.96%
BLUE value IS 21 (8.59% from 255) = 9.91%
R=56.13%
G=33.96%
B=9.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.82
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119722100.390.820.5331.227027.45
Hex77481502752351f461b
Octal16711025047122653710633
Binary11101111001000101010100111101001011010111111100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774815; }

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

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

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

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

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

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

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

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