#734A13

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

Shades of Raw Umber #734A13

Tints of Raw Umber #734A13

Color information

#734A13 (or 0x734A13) is unknown color: approx Raw Umber. HEX triplet: 73, 4A and 13. RGB value is (115,74,19). Sum of RGB (Red+Green+Blue) = 115+74+19=208 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.29% from 208); Green value is 74 (29.30% from 255 or 35.58% from 208); Blue value is 19 (7.81% from 255 or 9.13% from 208); Max value from RGB is 115 - color contains mainly: red. Hex color #734A13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #734A13 is #8CB5EC. Grayscale: #505050. Windows color (decimal): -9221613 or 1264243. OLE color: 1264243.

HSL color Cylindrical-coordinate representation of color #734A13: hue angle of 34.38º 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 #734A13 is Cyan = 0, Magento = 0.36, Yellow = 0.83 and Black (K on CMYK) = 0.55.

Color convert

RGB1157419-
CMYK00.360.830.55
HSL34.38º71.64%26.27%-
HSV(B)34.38º83.48%45.1%-
XYZ9.648.591.77-
YUV79.9993.58152.97-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 55.29%
GREEN value IS 74 (29.30% from 255) = 35.58%
BLUE value IS 19 (7.81% from 255) = 9.13%
R=55.29%
G=35.58%
B=9.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.83
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115741900.360.830.5534.3871.6426.27
Hex734A13024533722481a
Octal16311223044123674211032
Binary111001110010101001101001001010011110111100010100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734A13; }

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

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

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

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

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

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

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

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