#734805

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

Shades of Raw Umber #734805

Tints of Raw Umber #734805

Color information

#734805 (or 0x734805) is unknown color: approx Raw Umber. HEX triplet: 73, 48 and 05. RGB value is (115,72,5). Sum of RGB (Red+Green+Blue) = 115+72+5=192 (25% of max value = 765). Red value is 115 (45.31% from 255 or 59.90% from 192); Green value is 72 (28.52% from 255 or 37.5% from 192); Blue value is 5 (2.34% from 255 or 2.60% from 192); Max value from RGB is 115 - color contains mainly: red. Hex color #734805 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #734805 is #8CB7FA. Grayscale: #4D4D4D. Windows color (decimal): -9222139 or 346227. OLE color: 346227.

HSL color Cylindrical-coordinate representation of color #734805: hue angle of 36.55º 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 #734805 is Cyan = 0, Magento = 0.37, Yellow = 0.96 and Black (K on CMYK) = 0.55.

Color convert

RGB115725-
CMYK00.370.960.55
HSL36.55º91.67%23.53%-
HSV(B)36.55º95.65%45.1%-
XYZ9.418.291.25-
YUV77.2287.25154.95-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 59.90%
GREEN value IS 72 (28.52% from 255) = 37.5%
BLUE value IS 5 (2.34% from 255) = 2.60%
R=59.90%
G=37.5%
B=2.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.96
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11572500.370.960.5536.5591.6723.53
Hex734850256037255c18
Octal1631105045140674513430
Binary1110011100100010101001011100000110111100101101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734805; }

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

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

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

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

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

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

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

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