#735210

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

Shades of Raw Umber #735210

Tints of Raw Umber #735210

Color information

#735210 (or 0x735210) is unknown color: approx Raw Umber. HEX triplet: 73, 52 and 10. RGB value is (115,82,16). Sum of RGB (Red+Green+Blue) = 115+82+16=213 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.99% from 213); Green value is 82 (32.42% from 255 or 38.50% from 213); Blue value is 16 (6.64% from 255 or 7.51% from 213); Max value from RGB is 115 - color contains mainly: red. Hex color #735210 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #735210 is #8CADEF. Grayscale: #545454. Windows color (decimal): -9219568 or 1069683. OLE color: 1069683.

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

Color convert

RGB1158216-
CMYK00.290.860.55
HSL40º75.57%25.69%-
HSV(B)40º86.09%45.1%-
XYZ10.189.721.83-
YUV84.3489.43149.87-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 53.99%
GREEN value IS 82 (32.42% from 255) = 38.50%
BLUE value IS 16 (6.64% from 255) = 7.51%
R=53.99%
G=38.50%
B=7.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.86
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115821600.290.860.554075.5725.69
Hex73521001D5637284c1a
Octal16312220035126675011432
Binary11100111010010100000111011010110110111101000100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735210; }

 p { color: rgb(115,82,16); }

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

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

 a { background-color: rgb(115,82,16); }

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

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

 span { border-color: rgb(115,82,16); }

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