#734304

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

Shades of Raw Umber #734304

Tints of Raw Umber #734304

Color information

#734304 (or 0x734304) is unknown color: approx Raw Umber. HEX triplet: 73, 43 and 04. RGB value is (115,67,4). Sum of RGB (Red+Green+Blue) = 115+67+4=186 (24% of max value = 765). Red value is 115 (45.31% from 255 or 61.83% from 186); Green value is 67 (26.56% from 255 or 36.02% from 186); Blue value is 4 (1.95% from 255 or 2.15% from 186); Max value from RGB is 115 - color contains mainly: red. Hex color #734304 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #734304 is #8CBCFB. Grayscale: #4A4A4A. Windows color (decimal): -9223420 or 279411. OLE color: 279411.

HSL color Cylindrical-coordinate representation of color #734304: hue angle of 34.05º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #734304 is Cyan = 0, Magento = 0.42, Yellow = 0.97 and Black (K on CMYK) = 0.55.

Color convert

RGB115674-
CMYK00.420.970.55
HSL34.05º93.28%23.33%-
HSV(B)34.05º96.52%45.1%-
XYZ9.17.671.12-
YUV74.1788.4157.12-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 61.83%
GREEN value IS 67 (26.56% from 255) = 36.02%
BLUE value IS 4 (1.95% from 255) = 2.15%
R=61.83%
G=36.02%
B=2.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.97
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11567400.420.970.5534.0593.2823.33
Hex7343402A6137225d17
Octal1631034052141674213527
Binary1110011100001110001010101100001110111100010101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734304; }

 p { color: rgb(115,67,4); }

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

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

 a { background-color: rgb(115,67,4); }

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

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

 span { border-color: rgb(115,67,4); }

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