#73460C

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

Shades of Raw Umber #73460C

Tints of Raw Umber #73460C

Color information

#73460C (or 0x73460C) is unknown color: approx Raw Umber. HEX triplet: 73, 46 and 0C. RGB value is (115,70,12). Sum of RGB (Red+Green+Blue) = 115+70+12=197 (26% of max value = 765). Red value is 115 (45.31% from 255 or 58.38% from 197); Green value is 70 (27.73% from 255 or 35.53% from 197); Blue value is 12 (5.08% from 255 or 6.09% from 197); Max value from RGB is 115 - color contains mainly: red. Hex color #73460C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #73460C is #8CB9F3. Grayscale: #4D4D4D. Windows color (decimal): -9222644 or 804467. OLE color: 804467.

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

Color convert

RGB1157012-
CMYK00.390.900.55
HSL33.79º81.1%24.9%-
HSV(B)33.79º89.57%45.1%-
XYZ9.338.051.41-
YUV76.8491.41155.22-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 58.38%
GREEN value IS 70 (27.73% from 255) = 35.53%
BLUE value IS 12 (5.08% from 255) = 6.09%
R=58.38%
G=35.53%
B=6.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.90
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115701200.390.900.5533.7981.124.9
Hex7346C0275A37225119
Octal16310614047132674212131
Binary11100111000110110001001111011010110111100010101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73460C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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