#734212

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

Shades of Raw Umber #734212

Tints of Raw Umber #734212

Color information

#734212 (or 0x734212) is unknown color: approx Raw Umber. HEX triplet: 73, 42 and 12. RGB value is (115,66,18). Sum of RGB (Red+Green+Blue) = 115+66+18=199 (26% of max value = 765). Red value is 115 (45.31% from 255 or 57.79% from 199); Green value is 66 (26.17% from 255 or 33.17% from 199); Blue value is 18 (7.42% from 255 or 9.05% from 199); Max value from RGB is 115 - color contains mainly: red. Hex color #734212 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #734212 is #8CBDED. Grayscale: #4B4B4B. Windows color (decimal): -9223662 or 1196659. OLE color: 1196659.

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

Color convert

RGB1156618-
CMYK00.430.840.55
HSL29.69º72.93%26.08%-
HSV(B)29.69º84.35%45.1%-
XYZ9.137.581.56-
YUV75.1895.73156.4-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 57.79%
GREEN value IS 66 (26.17% from 255) = 33.17%
BLUE value IS 18 (7.42% from 255) = 9.05%
R=57.79%
G=33.17%
B=9.05%

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
Decimal115661800.430.840.5529.6972.9326.08
Hex73421202B54371e491a
Octal16310222053124673611132
Binary11100111000010100100101011101010011011111110100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734212; }

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

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

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

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

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

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

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

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