#735019

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

Shades of Raw Umber #735019

Tints of Raw Umber #735019

Color information

#735019 (or 0x735019) is unknown color: approx Raw Umber. HEX triplet: 73, 50 and 19. RGB value is (115,80,25). Sum of RGB (Red+Green+Blue) = 115+80+25=220 (29% of max value = 765). Red value is 115 (45.31% from 255 or 52.27% from 220); Green value is 80 (31.64% from 255 or 36.36% from 220); Blue value is 25 (10.16% from 255 or 11.36% from 220); Max value from RGB is 115 - color contains mainly: red. Hex color #735019 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #735019 is #8CAFE6. Grayscale: #545454. Windows color (decimal): -9220071 or 1658995. OLE color: 1658995.

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

Color convert

RGB1158025-
CMYK00.300.780.55
HSL36.67º64.29%27.45%-
HSV(B)36.67º78.26%45.1%-
XYZ10.119.452.21-
YUV84.294.6149.97-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 52.27%
GREEN value IS 80 (31.64% from 255) = 36.36%
BLUE value IS 25 (10.16% from 255) = 11.36%
R=52.27%
G=36.36%
B=11.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.78
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115802500.300.780.5536.6764.2927.45
Hex73501901E4E3725401b
Octal16312031036116674510033
Binary11100111010000110010111101001110110111100101100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735019; }

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

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

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

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

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

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

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

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