#734812

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

Shades of Raw Umber #734812

Tints of Raw Umber #734812

Color information

#734812 (or 0x734812) is unknown color: approx Raw Umber. HEX triplet: 73, 48 and 12. RGB value is (115,72,18). Sum of RGB (Red+Green+Blue) = 115+72+18=205 (27% of max value = 765). Red value is 115 (45.31% from 255 or 56.10% from 205); Green value is 72 (28.52% from 255 or 35.12% from 205); Blue value is 18 (7.42% from 255 or 8.78% from 205); Max value from RGB is 115 - color contains mainly: red. Hex color #734812 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #734812 is #8CB7ED. Grayscale: #4E4E4E. Windows color (decimal): -9222126 or 1198195. OLE color: 1198195.

HSL color Cylindrical-coordinate representation of color #734812: hue angle of 33.4º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #734812 is Cyan = 0, Magento = 0.37, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB1157218-
CMYK00.370.840.55
HSL33.4º72.93%26.08%-
HSV(B)33.4º84.35%45.1%-
XYZ9.58.321.68-
YUV78.793.75153.89-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 56.10%
GREEN value IS 72 (28.52% from 255) = 35.12%
BLUE value IS 18 (7.42% from 255) = 8.78%
R=56.10%
G=35.12%
B=8.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.84
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115721800.370.840.5533.472.9326.08
Hex734812025543721491a
Octal16311022045124674111132
Binary111001110010001001001001011010100110111100001100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734812; }

 p { color: rgb(115,72,18); }

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

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

 a { background-color: rgb(115,72,18); }

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

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

 span { border-color: rgb(115,72,18); }

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