#734902

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

Shades of Raw Umber #734902

Tints of Raw Umber #734902

Color information

#734902 (or 0x734902) is unknown color: approx Raw Umber. HEX triplet: 73, 49 and 02. RGB value is (115,73,2). Sum of RGB (Red+Green+Blue) = 115+73+2=190 (25% of max value = 765). Red value is 115 (45.31% from 255 or 60.53% from 190); Green value is 73 (28.91% from 255 or 38.42% from 190); Blue value is 2 (1.17% from 255 or 1.05% from 190); Max value from RGB is 115 - color contains mainly: red. Hex color #734902 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #734902 is #8CB6FD. Grayscale: #4D4D4D. Windows color (decimal): -9221886 or 149875. OLE color: 149875.

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

Color convert

RGB115732-
CMYK00.370.980.55
HSL37.7º96.58%22.94%-
HSV(B)37.7º98.26%45.1%-
XYZ9.468.411.18-
YUV77.4685.41154.77-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 60.53%
GREEN value IS 73 (28.91% from 255) = 38.42%
BLUE value IS 2 (1.17% from 255) = 1.05%
R=60.53%
G=38.42%
B=1.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.98
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11573200.370.980.5537.796.5822.94
Hex734920256237266117
Octal1631112045142674614127
Binary111001110010011001001011100010110111100110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734902; }

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

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

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

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

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

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

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

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