#73490E

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

Shades of Raw Umber #73490E

Tints of Raw Umber #73490E

Color information

#73490E (or 0x73490E) is unknown color: approx Raw Umber. HEX triplet: 73, 49 and 0E. RGB value is (115,73,14). Sum of RGB (Red+Green+Blue) = 115+73+14=202 (26% of max value = 765). Red value is 115 (45.31% from 255 or 56.93% from 202); Green value is 73 (28.91% from 255 or 36.14% from 202); Blue value is 14 (5.86% from 255 or 6.93% from 202); Max value from RGB is 115 - color contains mainly: red. Hex color #73490E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #73490E is #8CB6F1. Grayscale: #4F4F4F. Windows color (decimal): -9221874 or 936307. OLE color: 936307.

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

Color convert

RGB1157314-
CMYK00.370.880.55
HSL35.05º78.29%25.29%-
HSV(B)35.05º87.83%45.1%-
XYZ9.538.441.54-
YUV78.8391.41153.8-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 56.93%
GREEN value IS 73 (28.91% from 255) = 36.14%
BLUE value IS 14 (5.86% from 255) = 6.93%
R=56.93%
G=36.14%
B=6.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.88
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115731400.370.880.5535.0578.2925.29
Hex7349E0255837234e19
Octal16311116045130674311631
Binary11100111001001111001001011011000110111100011100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73490E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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