#734C11

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

Shades of Raw Umber #734C11

Tints of Raw Umber #734C11

Color information

#734C11 (or 0x734C11) is unknown color: approx Raw Umber. HEX triplet: 73, 4C and 11. RGB value is (115,76,17). Sum of RGB (Red+Green+Blue) = 115+76+17=208 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.29% from 208); Green value is 76 (30.08% from 255 or 36.54% from 208); Blue value is 17 (7.03% from 255 or 8.17% from 208); Max value from RGB is 115 - color contains mainly: red. Hex color #734C11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #734C11 is #8CB3EE. Grayscale: #515151. Windows color (decimal): -9221103 or 1133683. OLE color: 1133683.

HSL color Cylindrical-coordinate representation of color #734C11: hue angle of 36.12º 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 #734C11 is Cyan = 0, Magento = 0.34, Yellow = 0.85 and Black (K on CMYK) = 0.55.

Color convert

RGB1157617-
CMYK00.340.850.55
HSL36.12º74.24%25.88%-
HSV(B)36.12º85.22%45.1%-
XYZ9.768.851.73-
YUV80.9391.92152.3-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 55.29%
GREEN value IS 76 (30.08% from 255) = 36.54%
BLUE value IS 17 (7.03% from 255) = 8.17%
R=55.29%
G=36.54%
B=8.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.85
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115761700.340.850.5536.1274.2425.88
Hex734C110225537244a1a
Octal16311421042125674411232
Binary111001110011001000101000101010101110111100100100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734C11; }

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

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

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

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

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

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

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

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