#734511

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

Shades of Raw Umber #734511

Tints of Raw Umber #734511

Color information

#734511 (or 0x734511) is unknown color: approx Raw Umber. HEX triplet: 73, 45 and 11. RGB value is (115,69,17). Sum of RGB (Red+Green+Blue) = 115+69+17=201 (26% of max value = 765). Red value is 115 (45.31% from 255 or 57.21% from 201); Green value is 69 (27.34% from 255 or 34.33% from 201); Blue value is 17 (7.03% from 255 or 8.46% from 201); Max value from RGB is 115 - color contains mainly: red. Hex color #734511 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #734511 is #8CBAEE. Grayscale: #4D4D4D. Windows color (decimal): -9222895 or 1131891. OLE color: 1131891.

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

Color convert

RGB1156917-
CMYK00.40.850.55
HSL31.84º74.24%25.88%-
HSV(B)31.84º85.22%45.1%-
XYZ9.37.941.57-
YUV76.8394.24155.23-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 57.21%
GREEN value IS 69 (27.34% from 255) = 34.33%
BLUE value IS 17 (7.03% from 255) = 8.46%
R=57.21%
G=34.33%
B=8.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.85
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115691700.40.850.5531.8474.2425.88
Hex7345110285537204a1a
Octal16310521050125674011232
Binary111001110001011000101010001010101110111100000100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734511; }

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

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

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

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

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

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

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

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