#734704

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

Shades of Raw Umber #734704

Tints of Raw Umber #734704

Color information

#734704 (or 0x734704) is unknown color: approx Raw Umber. HEX triplet: 73, 47 and 04. RGB value is (115,71,4). Sum of RGB (Red+Green+Blue) = 115+71+4=190 (25% of max value = 765). Red value is 115 (45.31% from 255 or 60.53% from 190); Green value is 71 (28.12% from 255 or 37.37% from 190); Blue value is 4 (1.95% from 255 or 2.11% from 190); Max value from RGB is 115 - color contains mainly: red. Hex color #734704 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #734704 is #8CB8FB. Grayscale: #4C4C4C. Windows color (decimal): -9222396 or 280435. OLE color: 280435.

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

Color convert

RGB115714-
CMYK00.380.970.55
HSL36.22º93.28%23.33%-
HSV(B)36.22º96.52%45.1%-
XYZ9.358.161.2-
YUV76.5287.08155.45-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 60.53%
GREEN value IS 71 (28.12% from 255) = 37.37%
BLUE value IS 4 (1.95% from 255) = 2.11%
R=60.53%
G=37.37%
B=2.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.97
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11571400.380.970.5536.2293.2823.33
Hex734740266137245d17
Octal1631074046141674413527
Binary1110011100011110001001101100001110111100100101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734704; }

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

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

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

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

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

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

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

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