#774813

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

Shades of Raw Umber #774813

Tints of Raw Umber #774813

Color information

#774813 (or 0x774813) is unknown color: approx Raw Umber. HEX triplet: 77, 48 and 13. RGB value is (119,72,19). Sum of RGB (Red+Green+Blue) = 119+72+19=210 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.67% from 210); Green value is 72 (28.52% from 255 or 34.29% from 210); Blue value is 19 (7.81% from 255 or 9.05% from 210); Max value from RGB is 119 - color contains mainly: red. Hex color #774813 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #774813 is #88B7EC. Grayscale: #505050. Windows color (decimal): -8959981 or 1263735. OLE color: 1263735.

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

Color convert

RGB1197219-
CMYK00.390.840.53
HSL31.8º72.46%27.06%-
HSV(B)31.8º84.03%46.67%-
XYZ10.048.61.75-
YUV80.0193.57155.81-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 56.67%
GREEN value IS 72 (28.52% from 255) = 34.29%
BLUE value IS 19 (7.81% from 255) = 9.05%
R=56.67%
G=34.29%
B=9.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.84
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119721900.390.840.5331.872.4627.06
Hex774813027543520481b
Octal16711023047124654011033
Binary111011110010001001101001111010100110101100000100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774813; }

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

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

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

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

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

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

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

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