#734702

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

Shades of Raw Umber #734702

Tints of Raw Umber #734702

Color information

#734702 (or 0x734702) is unknown color: approx Raw Umber. HEX triplet: 73, 47 and 02. RGB value is (115,71,2). Sum of RGB (Red+Green+Blue) = 115+71+2=188 (24% of max value = 765). Red value is 115 (45.31% from 255 or 61.17% from 188); Green value is 71 (28.12% from 255 or 37.77% from 188); Blue value is 2 (1.17% from 255 or 1.06% from 188); Max value from RGB is 115 - color contains mainly: red. Hex color #734702 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #734702 is #8CB8FD. Grayscale: #4C4C4C. Windows color (decimal): -9222398 or 149363. OLE color: 149363.

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

Color convert

RGB115712-
CMYK00.380.980.55
HSL36.64º96.58%22.94%-
HSV(B)36.64º98.26%45.1%-
XYZ9.338.161.14-
YUV76.2986.08155.61-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 61.17%
GREEN value IS 71 (28.12% from 255) = 37.77%
BLUE value IS 2 (1.17% from 255) = 1.06%
R=61.17%
G=37.77%
B=1.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.98
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11571200.380.980.5536.6496.5822.94
Hex734720266237256117
Octal1631072046142674514127
Binary111001110001111001001101100010110111100101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734702; }

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

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

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

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

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

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

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

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