#735018

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

Shades of Raw Umber #735018

Tints of Raw Umber #735018

Color information

#735018 (or 0x735018) is unknown color: approx Raw Umber. HEX triplet: 73, 50 and 18. RGB value is (115,80,24). Sum of RGB (Red+Green+Blue) = 115+80+24=219 (29% of max value = 765). Red value is 115 (45.31% from 255 or 52.51% from 219); Green value is 80 (31.64% from 255 or 36.53% from 219); Blue value is 24 (9.77% from 255 or 10.96% from 219); Max value from RGB is 115 - color contains mainly: red. Hex color #735018 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #735018 is #8CAFE7. Grayscale: #545454. Windows color (decimal): -9220072 or 1593459. OLE color: 1593459.

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

Color convert

RGB1158024-
CMYK00.300.790.55
HSL36.92º65.47%27.25%-
HSV(B)36.92º79.13%45.1%-
XYZ10.19.452.16-
YUV84.0894.1150.05-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 52.51%
GREEN value IS 80 (31.64% from 255) = 36.53%
BLUE value IS 24 (9.77% from 255) = 10.96%
R=52.51%
G=36.53%
B=10.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.79
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115802400.300.790.5536.9265.4727.25
Hex73501801E4F3725411b
Octal16312030036117674510133
Binary11100111010000110000111101001111110111100101100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735018; }

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

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

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

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

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

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

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

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