#73440E

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

Shades of Raw Umber #73440E

Tints of Raw Umber #73440E

Color information

#73440E (or 0x73440E) is unknown color: approx Raw Umber. HEX triplet: 73, 44 and 0E. RGB value is (115,68,14). Sum of RGB (Red+Green+Blue) = 115+68+14=197 (26% of max value = 765). Red value is 115 (45.31% from 255 or 58.38% from 197); Green value is 68 (26.95% from 255 or 34.52% from 197); Blue value is 14 (5.86% from 255 or 7.11% from 197); Max value from RGB is 115 - color contains mainly: red. Hex color #73440E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #73440E is #8CBBF1. Grayscale: #4C4C4C. Windows color (decimal): -9223154 or 935027. OLE color: 935027.

HSL color Cylindrical-coordinate representation of color #73440E: hue angle of 32.08º 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 #73440E is Cyan = 0, Magento = 0.41, Yellow = 0.88 and Black (K on CMYK) = 0.55.

Color convert

RGB1156814-
CMYK00.410.880.55
HSL32.08º78.29%25.29%-
HSV(B)32.08º87.83%45.1%-
XYZ9.227.811.44-
YUV75.993.07155.89-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 58.38%
GREEN value IS 68 (26.95% from 255) = 34.52%
BLUE value IS 14 (5.86% from 255) = 7.11%
R=58.38%
G=34.52%
B=7.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.88
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115681400.410.880.5532.0878.2925.29
Hex7344E0295837204e19
Octal16310416051130674011631
Binary11100111000100111001010011011000110111100000100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73440E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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