#734713

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

Shades of Raw Umber #734713

Tints of Raw Umber #734713

Color information

#734713 (or 0x734713) is unknown color: approx Raw Umber. HEX triplet: 73, 47 and 13. RGB value is (115,71,19). Sum of RGB (Red+Green+Blue) = 115+71+19=205 (27% of max value = 765). Red value is 115 (45.31% from 255 or 56.10% from 205); Green value is 71 (28.12% from 255 or 34.63% from 205); Blue value is 19 (7.81% from 255 or 9.27% from 205); Max value from RGB is 115 - color contains mainly: red. Hex color #734713 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #734713 is #8CB8EC. Grayscale: #4E4E4E. Windows color (decimal): -9222381 or 1263475. OLE color: 1263475.

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

Color convert

RGB1157119-
CMYK00.380.830.55
HSL32.5º71.64%26.27%-
HSV(B)32.5º83.48%45.1%-
XYZ9.448.21.7-
YUV78.2394.58154.23-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 56.10%
GREEN value IS 71 (28.12% from 255) = 34.63%
BLUE value IS 19 (7.81% from 255) = 9.27%
R=56.10%
G=34.63%
B=9.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.83
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115711900.380.830.5532.571.6426.27
Hex734713026533720481a
Octal16310723046123674011032
Binary111001110001111001101001101010011110111100000100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734713; }

 p { color: rgb(115,71,19); }

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

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

 a { background-color: rgb(115,71,19); }

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

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

 span { border-color: rgb(115,71,19); }

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