#735006

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

Shades of Raw Umber #735006

Tints of Raw Umber #735006

Color information

#735006 (or 0x735006) is unknown color: approx Raw Umber. HEX triplet: 73, 50 and 06. RGB value is (115,80,6). Sum of RGB (Red+Green+Blue) = 115+80+6=201 (26% of max value = 765). Red value is 115 (45.31% from 255 or 57.21% from 201); Green value is 80 (31.64% from 255 or 39.80% from 201); Blue value is 6 (2.73% from 255 or 2.99% from 201); Max value from RGB is 115 - color contains mainly: red. Hex color #735006 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #735006 is #8CAFF9. Grayscale: #525252. Windows color (decimal): -9220090 or 413811. OLE color: 413811.

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

Color convert

RGB115806-
CMYK00.300.950.55
HSL40.73º90.08%23.73%-
HSV(B)40.73º94.78%45.1%-
XYZ9.979.41.46-
YUV82.0385.1151.52-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 57.21%
GREEN value IS 80 (31.64% from 255) = 39.80%
BLUE value IS 6 (2.73% from 255) = 2.99%
R=57.21%
G=39.80%
B=2.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.95
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11580600.300.950.5540.7390.0823.73
Hex7350601E5F37295a18
Octal1631206036137675113230
Binary111001110100001100111101011111110111101001101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735006; }

 p { color: rgb(115,80,6); }

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

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

 a { background-color: rgb(115,80,6); }

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

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

 span { border-color: rgb(115,80,6); }

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