#734004

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

Shades of Raw Umber #734004

Tints of Raw Umber #734004

Color information

#734004 (or 0x734004) is unknown color: approx Raw Umber. HEX triplet: 73, 40 and 04. RGB value is (115,64,4). Sum of RGB (Red+Green+Blue) = 115+64+4=183 (24% of max value = 765). Red value is 115 (45.31% from 255 or 62.84% from 183); Green value is 64 (25.39% from 255 or 34.97% from 183); Blue value is 4 (1.95% from 255 or 2.19% from 183); Max value from RGB is 115 - color contains mainly: red. Hex color #734004 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #734004 is #8CBFFB. Grayscale: #484848. Windows color (decimal): -9224188 or 278643. OLE color: 278643.

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

Color convert

RGB115644-
CMYK00.440.970.55
HSL32.43º93.28%23.33%-
HSV(B)32.43º96.52%45.1%-
XYZ8.937.321.06-
YUV72.4189.4158.38-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 62.84%
GREEN value IS 64 (25.39% from 255) = 34.97%
BLUE value IS 4 (1.95% from 255) = 2.19%
R=62.84%
G=34.97%
B=2.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.97
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11564400.440.970.5532.4393.2823.33
Hex7340402C6137205d17
Octal1631004054141674013527
Binary1110011100000010001011001100001110111100000101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734004; }

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

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

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

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

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

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

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

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