#73520C

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

Shades of Raw Umber #73520C

Tints of Raw Umber #73520C

Color information

#73520C (or 0x73520C) is unknown color: approx Raw Umber. HEX triplet: 73, 52 and 0C. RGB value is (115,82,12). Sum of RGB (Red+Green+Blue) = 115+82+12=209 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.02% from 209); Green value is 82 (32.42% from 255 or 39.23% from 209); Blue value is 12 (5.08% from 255 or 5.74% from 209); Max value from RGB is 115 - color contains mainly: red. Hex color #73520C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #73520C is #8CADF3. Grayscale: #545454. Windows color (decimal): -9219572 or 807539. OLE color: 807539.

HSL color Cylindrical-coordinate representation of color #73520C: hue angle of 40.78º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #73520C is Cyan = 0, Magento = 0.29, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB1158212-
CMYK00.290.900.55
HSL40.78º81.1%24.9%-
HSV(B)40.78º89.57%45.1%-
XYZ10.159.711.69-
YUV83.8987.43150.19-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 55.02%
GREEN value IS 82 (32.42% from 255) = 39.23%
BLUE value IS 12 (5.08% from 255) = 5.74%
R=55.02%
G=39.23%
B=5.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.90
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115821200.290.900.5540.7881.124.9
Hex7352C01D5A37295119
Octal16312214035132675112131
Binary1110011101001011000111011011010110111101001101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73520C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73520C; }

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

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

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

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

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

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

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

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