#734013

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

Shades of Raw Umber #734013

Tints of Raw Umber #734013

Color information

#734013 (or 0x734013) is unknown color: approx Raw Umber. HEX triplet: 73, 40 and 13. RGB value is (115,64,19). Sum of RGB (Red+Green+Blue) = 115+64+19=198 (26% of max value = 765). Red value is 115 (45.31% from 255 or 58.08% from 198); Green value is 64 (25.39% from 255 or 32.32% from 198); Blue value is 19 (7.81% from 255 or 9.60% from 198); Max value from RGB is 115 - color contains mainly: red. Hex color #734013 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #734013 is #8CBFEC. Grayscale: #4A4A4A. Windows color (decimal): -9224173 or 1261683. OLE color: 1261683.

HSL color Cylindrical-coordinate representation of color #734013: hue angle of 28.13º degrees, saturation: 0.72, 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 #734013 is Cyan = 0, Magento = 0.44, Yellow = 0.83 and Black (K on CMYK) = 0.55.

Color convert

RGB1156419-
CMYK00.440.830.55
HSL28.13º71.64%26.27%-
HSV(B)28.13º83.48%45.1%-
XYZ9.027.361.56-
YUV74.1296.9157.16-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 58.08%
GREEN value IS 64 (25.39% from 255) = 32.32%
BLUE value IS 19 (7.81% from 255) = 9.60%
R=58.08%
G=32.32%
B=9.60%

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
Decimal115641900.440.830.5528.1371.6426.27
Hex73401302C53371c481a
Octal16310023054123673411032
Binary11100111000000100110101100101001111011111100100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734013; }

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

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

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

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

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

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

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

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