#734014

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

Shades of Raw Umber #734014

Tints of Raw Umber #734014

Color information

#734014 (or 0x734014) is unknown color: approx Raw Umber. HEX triplet: 73, 40 and 14. RGB value is (115,64,20). Sum of RGB (Red+Green+Blue) = 115+64+20=199 (26% of max value = 765). Red value is 115 (45.31% from 255 or 57.79% from 199); Green value is 64 (25.39% from 255 or 32.16% from 199); Blue value is 20 (8.20% from 255 or 10.05% from 199); Max value from RGB is 115 - color contains mainly: red. Hex color #734014 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #734014 is #8CBFEB. Grayscale: #4A4A4A. Windows color (decimal): -9224172 or 1327219. OLE color: 1327219.

HSL color Cylindrical-coordinate representation of color #734014: hue angle of 27.79º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #734014 is Cyan = 0, Magento = 0.44, Yellow = 0.83 and Black (K on CMYK) = 0.55.

Color convert

RGB1156420-
CMYK00.440.830.55
HSL27.79º70.37%26.47%-
HSV(B)27.79º82.61%45.1%-
XYZ9.037.361.61-
YUV74.2397.4157.08-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 57.79%
GREEN value IS 64 (25.39% from 255) = 32.16%
BLUE value IS 20 (8.20% from 255) = 10.05%
R=57.79%
G=32.16%
B=10.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.83
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115642000.440.830.5527.7970.3726.47
Hex73401402C53371c461a
Octal16310024054123673410632
Binary11100111000000101000101100101001111011111100100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734014; }

 p { color: rgb(115,64,20); }

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

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

 a { background-color: rgb(115,64,20); }

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

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

 span { border-color: rgb(115,64,20); }

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