#734705

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

Shades of Raw Umber #734705

Tints of Raw Umber #734705

Color information

#734705 (or 0x734705) is unknown color: approx Raw Umber. HEX triplet: 73, 47 and 05. RGB value is (115,71,5). Sum of RGB (Red+Green+Blue) = 115+71+5=191 (25% of max value = 765). Red value is 115 (45.31% from 255 or 60.21% from 191); Green value is 71 (28.12% from 255 or 37.17% from 191); Blue value is 5 (2.34% from 255 or 2.62% from 191); Max value from RGB is 115 - color contains mainly: red. Hex color #734705 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #734705 is #8CB8FA. Grayscale: #4C4C4C. Windows color (decimal): -9222395 or 345971. OLE color: 345971.

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

Color convert

RGB115715-
CMYK00.380.960.55
HSL36º91.67%23.53%-
HSV(B)36º95.65%45.1%-
XYZ9.358.161.23-
YUV76.6387.58155.37-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 60.21%
GREEN value IS 71 (28.12% from 255) = 37.17%
BLUE value IS 5 (2.34% from 255) = 2.62%
R=60.21%
G=37.17%
B=2.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.96
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11571500.380.960.553691.6723.53
Hex734750266037245c18
Octal1631075046140674413430
Binary1110011100011110101001101100000110111100100101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734705; }

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

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

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

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

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

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

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

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