#734604

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

Shades of Raw Umber #734604

Tints of Raw Umber #734604

Color information

#734604 (or 0x734604) is unknown color: approx Raw Umber. HEX triplet: 73, 46 and 04. RGB value is (115,70,4). Sum of RGB (Red+Green+Blue) = 115+70+4=189 (25% of max value = 765). Red value is 115 (45.31% from 255 or 60.85% from 189); Green value is 70 (27.73% from 255 or 37.04% from 189); Blue value is 4 (1.95% from 255 or 2.12% from 189); Max value from RGB is 115 - color contains mainly: red. Hex color #734604 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #734604 is #8CB9FB. Grayscale: #4C4C4C. Windows color (decimal): -9222652 or 280179. OLE color: 280179.

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

Color convert

RGB115704-
CMYK00.390.970.55
HSL35.68º93.28%23.33%-
HSV(B)35.68º96.52%45.1%-
XYZ9.288.031.18-
YUV75.9387.41155.87-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 60.85%
GREEN value IS 70 (27.73% from 255) = 37.04%
BLUE value IS 4 (1.95% from 255) = 2.12%
R=60.85%
G=37.04%
B=2.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.97
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11570400.390.970.5535.6893.2823.33
Hex734640276137245d17
Octal1631064047141674413527
Binary1110011100011010001001111100001110111100100101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734604; }

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

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

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

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

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

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

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

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