#734911

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

Shades of Raw Umber #734911

Tints of Raw Umber #734911

Color information

#734911 (or 0x734911) is unknown color: approx Raw Umber. HEX triplet: 73, 49 and 11. RGB value is (115,73,17). Sum of RGB (Red+Green+Blue) = 115+73+17=205 (27% of max value = 765). Red value is 115 (45.31% from 255 or 56.10% from 205); Green value is 73 (28.91% from 255 or 35.61% from 205); Blue value is 17 (7.03% from 255 or 8.29% from 205); Max value from RGB is 115 - color contains mainly: red. Hex color #734911 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #734911 is #8CB6EE. Grayscale: #4F4F4F. Windows color (decimal): -9221871 or 1132915. OLE color: 1132915.

HSL color Cylindrical-coordinate representation of color #734911: hue angle of 34.29º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #734911 is Cyan = 0, Magento = 0.37, Yellow = 0.85 and Black (K on CMYK) = 0.55.

Color convert

RGB1157317-
CMYK00.370.850.55
HSL34.29º74.24%25.88%-
HSV(B)34.29º85.22%45.1%-
XYZ9.558.451.66-
YUV79.1792.91153.55-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 56.10%
GREEN value IS 73 (28.91% from 255) = 35.61%
BLUE value IS 17 (7.03% from 255) = 8.29%
R=56.10%
G=35.61%
B=8.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.85
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115731700.370.850.5534.2974.2425.88
Hex7349110255537224a1a
Octal16311121045125674211232
Binary111001110010011000101001011010101110111100010100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734911; }

 p { color: rgb(115,73,17); }

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

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

 a { background-color: rgb(115,73,17); }

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

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

 span { border-color: rgb(115,73,17); }

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