#735A16

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

Shades of Raw Umber #735A16

Tints of Raw Umber #735A16

Color information

#735A16 (or 0x735A16) is unknown color: approx Raw Umber. HEX triplet: 73, 5A and 16. RGB value is (115,90,22). Sum of RGB (Red+Green+Blue) = 115+90+22=227 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.66% from 227); Green value is 90 (35.55% from 255 or 39.65% from 227); Blue value is 22 (8.98% from 255 or 9.69% from 227); Max value from RGB is 115 - color contains mainly: red. Hex color #735A16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #735A16 is #8CA5E9. Grayscale: #5A5A5A. Windows color (decimal): -9217514 or 1464947. OLE color: 1464947.

HSL color Cylindrical-coordinate representation of color #735A16: hue angle of 43.87º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #735A16 is Cyan = 0, Magento = 0.22, Yellow = 0.81 and Black (K on CMYK) = 0.55.

Color convert

RGB1159022-
CMYK00.220.810.55
HSL43.87º67.88%26.86%-
HSV(B)43.87º80.87%45.1%-
XYZ10.8711.022.31-
YUV89.7289.78146.03-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 50.66%
GREEN value IS 90 (35.55% from 255) = 39.65%
BLUE value IS 22 (8.98% from 255) = 9.69%
R=50.66%
G=39.65%
B=9.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.81
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115902200.220.810.5543.8767.8826.86
Hex735A1601651372c441b
Octal16313226026121675410433
Binary11100111011010101100101101010001110111101100100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735A16; }

 p { color: rgb(115,90,22); }

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

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

 a { background-color: rgb(115,90,22); }

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

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

 span { border-color: rgb(115,90,22); }

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