#734412

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

Shades of Raw Umber #734412

Tints of Raw Umber #734412

Color information

#734412 (or 0x734412) is unknown color: approx Raw Umber. HEX triplet: 73, 44 and 12. RGB value is (115,68,18). Sum of RGB (Red+Green+Blue) = 115+68+18=201 (26% of max value = 765). Red value is 115 (45.31% from 255 or 57.21% from 201); Green value is 68 (26.95% from 255 or 33.83% from 201); Blue value is 18 (7.42% from 255 or 8.96% from 201); Max value from RGB is 115 - color contains mainly: red. Hex color #734412 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #734412 is #8CBBED. Grayscale: #4C4C4C. Windows color (decimal): -9223150 or 1197171. OLE color: 1197171.

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

Color convert

RGB1156818-
CMYK00.410.840.55
HSL30.93º72.93%26.08%-
HSV(B)30.93º84.35%45.1%-
XYZ9.257.821.59-
YUV76.3595.07155.57-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 57.21%
GREEN value IS 68 (26.95% from 255) = 33.83%
BLUE value IS 18 (7.42% from 255) = 8.96%
R=57.21%
G=33.83%
B=8.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.84
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115681800.410.840.5530.9372.9326.08
Hex73441202954371f491a
Octal16310422051124673711132
Binary11100111000100100100101001101010011011111111100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734412; }

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

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

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

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

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

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

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

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