#735600

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

Shades of Raw Umber #735600

Tints of Raw Umber #735600

Color information

#735600 (or 0x735600) is unknown color: approx Raw Umber. HEX triplet: 73, 56 and 00. RGB value is (115,86,0). Sum of RGB (Red+Green+Blue) = 115+86+0=201 (26% of max value = 765). Red value is 115 (45.31% from 255 or 57.21% from 201); Green value is 86 (33.98% from 255 or 42.79% from 201); Blue value is 0 (0.39% from 255 or 0% from 201); Max value from RGB is 115 - color contains mainly: red. Hex color #735600 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #735600 is #8CA9FF. Grayscale: #555555. Windows color (decimal): -9218560 or 22131. OLE color: 22131.

HSL color Cylindrical-coordinate representation of color #735600: hue angle of 44.87º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #735600 is Cyan = 0, Magento = 0.25, Yellow = 1 and Black (K on CMYK) = 0.55.

Color convert

RGB115860-
CMYK00.2510.55
HSL44.87º100%22.55%-
HSV(B)44.87º100%45.1%-
XYZ10.410.31.44-
YUV84.8780.11149.49-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 57.21%
GREEN value IS 86 (33.98% from 255) = 42.79%
BLUE value IS 0 (0.39% from 255) = 0%
R=57.21%
G=42.79%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 1
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11586000.2510.5544.8710022.55
Hex7356001964372d6417
Octal1631260031144675514427
Binary1110011101011000110011100100110111101101110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735600; }

 p { color: rgb(115,86,0); }

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

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

 a { background-color: rgb(115,86,0); }

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

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

 span { border-color: rgb(115,86,0); }

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