#734411

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

Shades of Raw Umber #734411

Tints of Raw Umber #734411

Color information

#734411 (or 0x734411) is unknown color: approx Raw Umber. HEX triplet: 73, 44 and 11. RGB value is (115,68,17). Sum of RGB (Red+Green+Blue) = 115+68+17=200 (26% of max value = 765). Red value is 115 (45.31% from 255 or 57.5% from 200); Green value is 68 (26.95% from 255 or 34% from 200); Blue value is 17 (7.03% from 255 or 8.5% from 200); Max value from RGB is 115 - color contains mainly: red. Hex color #734411 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #734411 is #8CBBEE. Grayscale: #4C4C4C. Windows color (decimal): -9223151 or 1131635. OLE color: 1131635.

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

Color convert

RGB1156817-
CMYK00.410.850.55
HSL31.22º74.24%25.88%-
HSV(B)31.22º85.22%45.1%-
XYZ9.247.821.55-
YUV76.2494.57155.65-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 57.5%
GREEN value IS 68 (26.95% from 255) = 34%
BLUE value IS 17 (7.03% from 255) = 8.5%
R=57.5%
G=34%
B=8.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.85
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115681700.410.850.5531.2274.2425.88
Hex73441102955371f4a1a
Octal16310421051125673711232
Binary11100111000100100010101001101010111011111111100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734411; }

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

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

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

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

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

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

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

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