#734E0F

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

Shades of Raw Umber #734E0F

Tints of Raw Umber #734E0F

Color information

#734E0F (or 0x734E0F) is unknown color: approx Raw Umber. HEX triplet: 73, 4E and 0F. RGB value is (115,78,15). Sum of RGB (Red+Green+Blue) = 115+78+15=208 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.29% from 208); Green value is 78 (30.86% from 255 or 37.5% from 208); Blue value is 15 (6.25% from 255 or 7.21% from 208); Max value from RGB is 115 - color contains mainly: red. Hex color #734E0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #734E0F is #8CB1F0. Grayscale: #525252. Windows color (decimal): -9220593 or 1003123. OLE color: 1003123.

HSL color Cylindrical-coordinate representation of color #734E0F: hue angle of 37.8º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #734E0F is Cyan = 0, Magento = 0.32, Yellow = 0.87 and Black (K on CMYK) = 0.55.

Color convert

RGB1157815-
CMYK00.320.870.55
HSL37.8º76.92%25.49%-
HSV(B)37.8º86.96%45.1%-
XYZ9.889.131.69-
YUV81.8890.26151.62-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 55.29%
GREEN value IS 78 (30.86% from 255) = 37.5%
BLUE value IS 15 (6.25% from 255) = 7.21%
R=55.29%
G=37.5%
B=7.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.87
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115781500.320.870.5537.876.9225.49
Hex734EF0205737264d19
Octal16311617040127674611531
Binary11100111001110111101000001010111110111100110100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,78,15); }

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

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

 a { background-color: rgb(115,78,15); }

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

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

 span { border-color: rgb(115,78,15); }

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