#735313

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

Shades of Raw Umber #735313

Tints of Raw Umber #735313

Color information

#735313 (or 0x735313) is unknown color: approx Raw Umber. HEX triplet: 73, 53 and 13. RGB value is (115,83,19). Sum of RGB (Red+Green+Blue) = 115+83+19=217 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.00% from 217); Green value is 83 (32.81% from 255 or 38.25% from 217); Blue value is 19 (7.81% from 255 or 8.76% from 217); Max value from RGB is 115 - color contains mainly: red. Hex color #735313 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #735313 is #8CACEC. Grayscale: #555555. Windows color (decimal): -9219309 or 1266547. OLE color: 1266547.

HSL color Cylindrical-coordinate representation of color #735313: hue angle of 40º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #735313 is Cyan = 0, Magento = 0.28, Yellow = 0.83 and Black (K on CMYK) = 0.55.

Color convert

RGB1158319-
CMYK00.280.830.55
HSL40º71.64%26.27%-
HSV(B)40º83.48%45.1%-
XYZ10.289.881.98-
YUV85.2790.6149.2-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 53.00%
GREEN value IS 83 (32.81% from 255) = 38.25%
BLUE value IS 19 (7.81% from 255) = 8.76%
R=53.00%
G=38.25%
B=8.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.83
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115831900.280.830.554071.6426.27
Hex73531301C533728481a
Octal16312323034123675011032
Binary11100111010011100110111001010011110111101000100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735313; }

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

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

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

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

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

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

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

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