#73521D

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

Shades of Raw Umber #73521D

Tints of Raw Umber #73521D

Color information

#73521D (or 0x73521D) is unknown color: approx Raw Umber. HEX triplet: 73, 52 and 1D. RGB value is (115,82,29). Sum of RGB (Red+Green+Blue) = 115+82+29=226 (29% of max value = 765). Red value is 115 (45.31% from 255 or 50.88% from 226); Green value is 82 (32.42% from 255 or 36.28% from 226); Blue value is 29 (11.72% from 255 or 12.83% from 226); Max value from RGB is 115 - color contains mainly: red. Hex color #73521D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73521D is #8CADE2. Grayscale: #565656. Windows color (decimal): -9219555 or 1921651. OLE color: 1921651.

HSL color Cylindrical-coordinate representation of color #73521D: hue angle of 36.98º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #73521D is Cyan = 0, Magento = 0.29, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB1158229-
CMYK00.290.750.55
HSL36.98º59.72%28.24%-
HSV(B)36.98º74.78%45.1%-
XYZ10.319.772.5-
YUV85.8295.93148.81-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 50.88%
GREEN value IS 82 (32.42% from 255) = 36.28%
BLUE value IS 29 (11.72% from 255) = 12.83%
R=50.88%
G=36.28%
B=12.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.75
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115822900.290.750.5536.9859.7228.24
Hex73521D01D4B37253c1c
Octal1631223503511367457434
Binary1110011101001011101011101100101111011110010111110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73521D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73521D; }

 p { color: rgb(115,82,29); }

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

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

 a { background-color: rgb(115,82,29); }

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

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

 span { border-color: rgb(115,82,29); }

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