#73460F

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

Shades of Raw Umber #73460F

Tints of Raw Umber #73460F

Color information

#73460F (or 0x73460F) is unknown color: approx Raw Umber. HEX triplet: 73, 46 and 0F. RGB value is (115,70,15). Sum of RGB (Red+Green+Blue) = 115+70+15=200 (26% of max value = 765). Red value is 115 (45.31% from 255 or 57.5% from 200); Green value is 70 (27.73% from 255 or 35% from 200); Blue value is 15 (6.25% from 255 or 7.5% from 200); Max value from RGB is 115 - color contains mainly: red. Hex color #73460F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #73460F is #8CB9F0. Grayscale: #4D4D4D. Windows color (decimal): -9222641 or 1001075. OLE color: 1001075.

HSL color Cylindrical-coordinate representation of color #73460F: hue angle of 33º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #73460F is Cyan = 0, Magento = 0.39, Yellow = 0.87 and Black (K on CMYK) = 0.55.

Color convert

RGB1157015-
CMYK00.390.870.55
HSL33º76.92%25.49%-
HSV(B)33º86.96%45.1%-
XYZ9.358.061.51-
YUV77.1892.91154.97-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 57.5%
GREEN value IS 70 (27.73% from 255) = 35%
BLUE value IS 15 (6.25% from 255) = 7.5%
R=57.5%
G=35%
B=7.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.87
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115701500.390.870.553376.9225.49
Hex7346F0275737214d19
Octal16310617047127674111531
Binary11100111000110111101001111010111110111100001100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73460F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73460F; }

 p { color: rgb(115,70,15); }

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

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

 a { background-color: rgb(115,70,15); }

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

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

 span { border-color: rgb(115,70,15); }

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