#73500A

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

Shades of Raw Umber #73500A

Tints of Raw Umber #73500A

Color information

#73500A (or 0x73500A) is unknown color: approx Raw Umber. HEX triplet: 73, 50 and 0A. RGB value is (115,80,10). Sum of RGB (Red+Green+Blue) = 115+80+10=205 (27% of max value = 765). Red value is 115 (45.31% from 255 or 56.10% from 205); Green value is 80 (31.64% from 255 or 39.02% from 205); Blue value is 10 (4.30% from 255 or 4.88% from 205); Max value from RGB is 115 - color contains mainly: red. Hex color #73500A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #73500A is #8CAFF5. Grayscale: #525252. Windows color (decimal): -9220086 or 675955. OLE color: 675955.

HSL color Cylindrical-coordinate representation of color #73500A: hue angle of 40º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #73500A is Cyan = 0, Magento = 0.30, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB1158010-
CMYK00.300.910.55
HSL40º84%24.51%-
HSV(B)40º91.3%45.1%-
XYZ9.999.41.58-
YUV82.4887.1151.19-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 56.10%
GREEN value IS 80 (31.64% from 255) = 39.02%
BLUE value IS 10 (4.30% from 255) = 4.88%
R=56.10%
G=39.02%
B=4.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.91
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115801000.300.910.55408424.51
Hex7350A01E5B37285419
Octal16312012036133675012431
Binary1110011101000010100111101011011110111101000101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73500A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73500A; }

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

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

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

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

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

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

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

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