#734912

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

Shades of Raw Umber #734912

Tints of Raw Umber #734912

Color information

#734912 (or 0x734912) is unknown color: approx Raw Umber. HEX triplet: 73, 49 and 12. RGB value is (115,73,18). Sum of RGB (Red+Green+Blue) = 115+73+18=206 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.83% from 206); Green value is 73 (28.91% from 255 or 35.44% from 206); Blue value is 18 (7.42% from 255 or 8.74% from 206); Max value from RGB is 115 - color contains mainly: red. Hex color #734912 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #734912 is #8CB6ED. Grayscale: #4F4F4F. Windows color (decimal): -9221870 or 1198451. OLE color: 1198451.

HSL color Cylindrical-coordinate representation of color #734912: hue angle of 34.02º 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 #734912 is Cyan = 0, Magento = 0.37, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB1157318-
CMYK00.370.840.55
HSL34.02º72.93%26.08%-
HSV(B)34.02º84.35%45.1%-
XYZ9.568.451.7-
YUV79.2993.41153.47-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 55.83%
GREEN value IS 73 (28.91% from 255) = 35.44%
BLUE value IS 18 (7.42% from 255) = 8.74%
R=55.83%
G=35.44%
B=8.74%

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
Decimal115731800.370.840.5534.0272.9326.08
Hex734912025543722491a
Octal16311122045124674211132
Binary111001110010011001001001011010100110111100010100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734912; }

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

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

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

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

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

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

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

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