#73490A

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

Shades of Raw Umber #73490A

Tints of Raw Umber #73490A

Color information

#73490A (or 0x73490A) is unknown color: approx Raw Umber. HEX triplet: 73, 49 and 0A. RGB value is (115,73,10). Sum of RGB (Red+Green+Blue) = 115+73+10=198 (26% of max value = 765). Red value is 115 (45.31% from 255 or 58.08% from 198); Green value is 73 (28.91% from 255 or 36.87% from 198); Blue value is 10 (4.30% from 255 or 5.05% from 198); Max value from RGB is 115 - color contains mainly: red. Hex color #73490A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #73490A is #8CB6F5. Grayscale: #4E4E4E. Windows color (decimal): -9221878 or 674163. OLE color: 674163.

HSL color Cylindrical-coordinate representation of color #73490A: hue angle of 36º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #73490A is Cyan = 0, Magento = 0.37, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB1157310-
CMYK00.370.910.55
HSL36º84%24.51%-
HSV(B)36º91.3%45.1%-
XYZ9.518.431.41-
YUV78.3889.41154.12-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 58.08%
GREEN value IS 73 (28.91% from 255) = 36.87%
BLUE value IS 10 (4.30% from 255) = 5.05%
R=58.08%
G=36.87%
B=5.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.91
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115731000.370.910.55368424.51
Hex7349A0255B37245419
Octal16311112045133674412431
Binary11100111001001101001001011011011110111100100101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73490A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73490A; }

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

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

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

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

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

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

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

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