#734402

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

Shades of Raw Umber #734402

Tints of Raw Umber #734402

Color information

#734402 (or 0x734402) is unknown color: approx Raw Umber. HEX triplet: 73, 44 and 02. RGB value is (115,68,2). Sum of RGB (Red+Green+Blue) = 115+68+2=185 (24% of max value = 765). Red value is 115 (45.31% from 255 or 62.16% from 185); Green value is 68 (26.95% from 255 or 36.76% from 185); Blue value is 2 (1.17% from 255 or 1.08% from 185); Max value from RGB is 115 - color contains mainly: red. Hex color #734402 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #734402 is #8CBBFD. Grayscale: #4A4A4A. Windows color (decimal): -9223166 or 148595. OLE color: 148595.

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

Color convert

RGB115682-
CMYK00.410.980.55
HSL35.04º96.58%22.94%-
HSV(B)35.04º98.26%45.1%-
XYZ9.157.781.08-
YUV74.5387.07156.87-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 62.16%
GREEN value IS 68 (26.95% from 255) = 36.76%
BLUE value IS 2 (1.17% from 255) = 1.08%
R=62.16%
G=36.76%
B=1.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.98
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11568200.410.980.5535.0496.5822.94
Hex734420296237236117
Octal1631042051142674314127
Binary111001110001001001010011100010110111100011110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734402; }

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

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

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

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

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

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

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

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