#734112

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

Shades of Raw Umber #734112

Tints of Raw Umber #734112

Color information

#734112 (or 0x734112) is unknown color: approx Raw Umber. HEX triplet: 73, 41 and 12. RGB value is (115,65,18). Sum of RGB (Red+Green+Blue) = 115+65+18=198 (26% of max value = 765). Red value is 115 (45.31% from 255 or 58.08% from 198); Green value is 65 (25.78% from 255 or 32.83% from 198); Blue value is 18 (7.42% from 255 or 9.09% from 198); Max value from RGB is 115 - color contains mainly: red. Hex color #734112 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #734112 is #8CBEED. Grayscale: #4A4A4A. Windows color (decimal): -9223918 or 1196403. OLE color: 1196403.

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

Color convert

RGB1156518-
CMYK00.430.840.55
HSL29.07º72.93%26.08%-
HSV(B)29.07º84.35%45.1%-
XYZ9.077.471.54-
YUV74.5996.06156.82-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 58.08%
GREEN value IS 65 (25.78% from 255) = 32.83%
BLUE value IS 18 (7.42% from 255) = 9.09%
R=58.08%
G=32.83%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.84
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115651800.430.840.5529.0772.9326.08
Hex73411202B54371d491a
Octal16310122053124673511132
Binary11100111000001100100101011101010011011111101100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734112; }

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

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

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

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

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

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

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

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