#735305

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

Shades of Raw Umber #735305

Tints of Raw Umber #735305

Color information

#735305 (or 0x735305) is unknown color: approx Raw Umber. HEX triplet: 73, 53 and 05. RGB value is (115,83,5). Sum of RGB (Red+Green+Blue) = 115+83+5=203 (26% of max value = 765). Red value is 115 (45.31% from 255 or 56.65% from 203); Green value is 83 (32.81% from 255 or 40.89% from 203); Blue value is 5 (2.34% from 255 or 2.46% from 203); Max value from RGB is 115 - color contains mainly: red. Hex color #735305 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #735305 is #8CACFA. Grayscale: #545454. Windows color (decimal): -9219323 or 349043. OLE color: 349043.

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

Color convert

RGB115835-
CMYK00.280.960.55
HSL42.55º91.67%23.53%-
HSV(B)42.55º95.65%45.1%-
XYZ10.199.841.51-
YUV83.6883.6150.34-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 56.65%
GREEN value IS 83 (32.81% from 255) = 40.89%
BLUE value IS 5 (2.34% from 255) = 2.46%
R=56.65%
G=40.89%
B=2.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.96
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11583500.280.960.5542.5591.6723.53
Hex7353501C60372b5c18
Octal1631235034140675313430
Binary111001110100111010111001100000110111101011101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735305; }

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

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

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

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

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

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

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

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