#73500B

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

Shades of Raw Umber #73500B

Tints of Raw Umber #73500B

Color information

#73500B (or 0x73500B) is unknown color: approx Raw Umber. HEX triplet: 73, 50 and 0B. RGB value is (115,80,11). Sum of RGB (Red+Green+Blue) = 115+80+11=206 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.83% from 206); Green value is 80 (31.64% from 255 or 38.83% from 206); Blue value is 11 (4.69% from 255 or 5.34% from 206); Max value from RGB is 115 - color contains mainly: red. Hex color #73500B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #73500B is #8CAFF4. Grayscale: #525252. Windows color (decimal): -9220085 or 741491. OLE color: 741491.

HSL color Cylindrical-coordinate representation of color #73500B: hue angle of 39.81º degrees, saturation: 0.83, 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 #73500B is Cyan = 0, Magento = 0.30, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB1158011-
CMYK00.300.900.55
HSL39.81º82.54%24.71%-
HSV(B)39.81º90.43%45.1%-
XYZ109.411.61-
YUV82.687.6151.11-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 55.83%
GREEN value IS 80 (31.64% from 255) = 38.83%
BLUE value IS 11 (4.69% from 255) = 5.34%
R=55.83%
G=38.83%
B=5.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.90
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115801100.300.900.5539.8182.5424.71
Hex7350B01E5A37285319
Octal16312013036132675012331
Binary1110011101000010110111101011010110111101000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73500B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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