#735311

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

Shades of Raw Umber #735311

Tints of Raw Umber #735311

Color information

#735311 (or 0x735311) is unknown color: approx Raw Umber. HEX triplet: 73, 53 and 11. RGB value is (115,83,17). Sum of RGB (Red+Green+Blue) = 115+83+17=215 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.49% from 215); Green value is 83 (32.81% from 255 or 38.60% from 215); Blue value is 17 (7.03% from 255 or 7.91% from 215); Max value from RGB is 115 - color contains mainly: red. Hex color #735311 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #735311 is #8CACEE. Grayscale: #555555. Windows color (decimal): -9219311 or 1135475. OLE color: 1135475.

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

Color convert

RGB1158317-
CMYK00.280.850.55
HSL40.41º74.24%25.88%-
HSV(B)40.41º85.22%45.1%-
XYZ10.269.871.89-
YUV85.0489.6149.37-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 53.49%
GREEN value IS 83 (32.81% from 255) = 38.60%
BLUE value IS 17 (7.03% from 255) = 7.91%
R=53.49%
G=38.60%
B=7.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.85
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115831700.280.850.5540.4174.2425.88
Hex73531101C5537284a1a
Octal16312321034125675011232
Binary11100111010011100010111001010101110111101000100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735311; }

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

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

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

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

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

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

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

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