#734311

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

Shades of Raw Umber #734311

Tints of Raw Umber #734311

Color information

#734311 (or 0x734311) is unknown color: approx Raw Umber. HEX triplet: 73, 43 and 11. RGB value is (115,67,17). Sum of RGB (Red+Green+Blue) = 115+67+17=199 (26% of max value = 765). Red value is 115 (45.31% from 255 or 57.79% from 199); Green value is 67 (26.56% from 255 or 33.67% from 199); Blue value is 17 (7.03% from 255 or 8.54% from 199); Max value from RGB is 115 - color contains mainly: red. Hex color #734311 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #734311 is #8CBCEE. Grayscale: #4B4B4B. Windows color (decimal): -9223407 or 1131379. OLE color: 1131379.

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

Color convert

RGB1156717-
CMYK00.420.850.55
HSL30.61º74.24%25.88%-
HSV(B)30.61º85.22%45.1%-
XYZ9.187.71.53-
YUV75.6594.9156.07-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 57.79%
GREEN value IS 67 (26.56% from 255) = 33.67%
BLUE value IS 17 (7.03% from 255) = 8.54%
R=57.79%
G=33.67%
B=8.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.85
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115671700.420.850.5530.6174.2425.88
Hex73431102A55371f4a1a
Octal16310321052125673711232
Binary11100111000011100010101010101010111011111111100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734311; }

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

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

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

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

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

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

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

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