#734504

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

Shades of Raw Umber #734504

Tints of Raw Umber #734504

Color information

#734504 (or 0x734504) is unknown color: approx Raw Umber. HEX triplet: 73, 45 and 04. RGB value is (115,69,4). Sum of RGB (Red+Green+Blue) = 115+69+4=188 (24% of max value = 765). Red value is 115 (45.31% from 255 or 61.17% from 188); Green value is 69 (27.34% from 255 or 36.70% from 188); Blue value is 4 (1.95% from 255 or 2.13% from 188); Max value from RGB is 115 - color contains mainly: red. Hex color #734504 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #734504 is #8CBAFB. Grayscale: #4B4B4B. Windows color (decimal): -9222908 or 279923. OLE color: 279923.

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

Color convert

RGB115694-
CMYK00.40.970.55
HSL35.14º93.28%23.33%-
HSV(B)35.14º96.52%45.1%-
XYZ9.227.911.16-
YUV75.3487.74156.29-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 61.17%
GREEN value IS 69 (27.34% from 255) = 36.70%
BLUE value IS 4 (1.95% from 255) = 2.13%
R=61.17%
G=36.70%
B=2.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.97
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11569400.40.970.5535.1493.2823.33
Hex734540286137235d17
Octal1631054050141674313527
Binary1110011100010110001010001100001110111100011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734504; }

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

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

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

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

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

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

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

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