#734D13

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

Shades of Raw Umber #734D13

Tints of Raw Umber #734D13

Color information

#734D13 (or 0x734D13) is unknown color: approx Raw Umber. HEX triplet: 73, 4D and 13. RGB value is (115,77,19). Sum of RGB (Red+Green+Blue) = 115+77+19=211 (27% of max value = 765). Red value is 115 (45.31% from 255 or 54.50% from 211); Green value is 77 (30.47% from 255 or 36.49% from 211); Blue value is 19 (7.81% from 255 or 9.00% from 211); Max value from RGB is 115 - color contains mainly: red. Hex color #734D13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #734D13 is #8CB2EC. Grayscale: #525252. Windows color (decimal): -9220845 or 1265011. OLE color: 1265011.

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

Color convert

RGB1157719-
CMYK00.330.830.55
HSL36.25º71.64%26.27%-
HSV(B)36.25º83.48%45.1%-
XYZ9.8491.83-
YUV81.7592.59151.72-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 54.50%
GREEN value IS 77 (30.47% from 255) = 36.49%
BLUE value IS 19 (7.81% from 255) = 9.00%
R=54.50%
G=36.49%
B=9.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.83
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115771900.330.830.5536.2571.6426.27
Hex734D13021533724481a
Octal16311523041123674411032
Binary111001110011011001101000011010011110111100100100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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