#734211

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

Shades of Raw Umber #734211

Tints of Raw Umber #734211

Color information

#734211 (or 0x734211) is unknown color: approx Raw Umber. HEX triplet: 73, 42 and 11. RGB value is (115,66,17). Sum of RGB (Red+Green+Blue) = 115+66+17=198 (26% of max value = 765). Red value is 115 (45.31% from 255 or 58.08% from 198); Green value is 66 (26.17% from 255 or 33.33% from 198); Blue value is 17 (7.03% from 255 or 8.59% from 198); Max value from RGB is 115 - color contains mainly: red. Hex color #734211 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #734211 is #8CBDEE. Grayscale: #4B4B4B. Windows color (decimal): -9223663 or 1131123. OLE color: 1131123.

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

Color convert

RGB1156617-
CMYK00.430.850.55
HSL30º74.24%25.88%-
HSV(B)30º85.22%45.1%-
XYZ9.127.581.51-
YUV75.0695.23156.48-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 58.08%
GREEN value IS 66 (26.17% from 255) = 33.33%
BLUE value IS 17 (7.03% from 255) = 8.59%
R=58.08%
G=33.33%
B=8.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.85
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115661700.430.850.553074.2425.88
Hex73421102B55371e4a1a
Octal16310221053125673611232
Binary11100111000010100010101011101010111011111110100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734211; }

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

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

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

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

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

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

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

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