#734011

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

Shades of Raw Umber #734011

Tints of Raw Umber #734011

Color information

#734011 (or 0x734011) is unknown color: approx Raw Umber. HEX triplet: 73, 40 and 11. RGB value is (115,64,17). Sum of RGB (Red+Green+Blue) = 115+64+17=196 (25% of max value = 765). Red value is 115 (45.31% from 255 or 58.67% from 196); Green value is 64 (25.39% from 255 or 32.65% from 196); Blue value is 17 (7.03% from 255 or 8.67% from 196); Max value from RGB is 115 - color contains mainly: red. Hex color #734011 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #734011 is #8CBFEE. Grayscale: #4A4A4A. Windows color (decimal): -9224175 or 1130611. OLE color: 1130611.

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

Color convert

RGB1156417-
CMYK00.440.850.55
HSL28.78º74.24%25.88%-
HSV(B)28.78º85.22%45.1%-
XYZ97.351.47-
YUV73.8995.9157.32-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 58.67%
GREEN value IS 64 (25.39% from 255) = 32.65%
BLUE value IS 17 (7.03% from 255) = 8.67%
R=58.67%
G=32.65%
B=8.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.85
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115641700.440.850.5528.7874.2425.88
Hex73401102C55371d4a1a
Octal16310021054125673511232
Binary11100111000000100010101100101010111011111101100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734011; }

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

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

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

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

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

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

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

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