#734A0E

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

Shades of Raw Umber #734A0E

Tints of Raw Umber #734A0E

Color information

#734A0E (or 0x734A0E) is unknown color: approx Raw Umber. HEX triplet: 73, 4A and 0E. RGB value is (115,74,14). Sum of RGB (Red+Green+Blue) = 115+74+14=203 (26% of max value = 765). Red value is 115 (45.31% from 255 or 56.65% from 203); Green value is 74 (29.30% from 255 or 36.45% from 203); Blue value is 14 (5.86% from 255 or 6.90% from 203); Max value from RGB is 115 - color contains mainly: red. Hex color #734A0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #734A0E is #8CB5F1. Grayscale: #4F4F4F. Windows color (decimal): -9221618 or 936563. OLE color: 936563.

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

Color convert

RGB1157414-
CMYK00.360.880.55
HSL35.64º78.29%25.29%-
HSV(B)35.64º87.83%45.1%-
XYZ9.68.571.56-
YUV79.4291.08153.38-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 56.65%
GREEN value IS 74 (29.30% from 255) = 36.45%
BLUE value IS 14 (5.86% from 255) = 6.90%
R=56.65%
G=36.45%
B=6.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.88
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115741400.360.880.5535.6478.2925.29
Hex734AE0245837244e19
Octal16311216044130674411631
Binary11100111001010111001001001011000110111100100100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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