#73480F

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

Shades of Raw Umber #73480F

Tints of Raw Umber #73480F

Color information

#73480F (or 0x73480F) is unknown color: approx Raw Umber. HEX triplet: 73, 48 and 0F. RGB value is (115,72,15). Sum of RGB (Red+Green+Blue) = 115+72+15=202 (26% of max value = 765). Red value is 115 (45.31% from 255 or 56.93% from 202); Green value is 72 (28.52% from 255 or 35.64% from 202); Blue value is 15 (6.25% from 255 or 7.43% from 202); Max value from RGB is 115 - color contains mainly: red. Hex color #73480F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #73480F is #8CB7F0. Grayscale: #4E4E4E. Windows color (decimal): -9222129 or 1001587. OLE color: 1001587.

HSL color Cylindrical-coordinate representation of color #73480F: hue angle of 34.2º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #73480F is Cyan = 0, Magento = 0.37, Yellow = 0.87 and Black (K on CMYK) = 0.55.

Color convert

RGB1157215-
CMYK00.370.870.55
HSL34.2º76.92%25.49%-
HSV(B)34.2º86.96%45.1%-
XYZ9.478.311.56-
YUV78.3692.25154.13-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 56.93%
GREEN value IS 72 (28.52% from 255) = 35.64%
BLUE value IS 15 (6.25% from 255) = 7.43%
R=56.93%
G=35.64%
B=7.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.87
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115721500.370.870.5534.276.9225.49
Hex7348F0255737224d19
Octal16311017045127674211531
Binary11100111001000111101001011010111110111100010100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73480F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73480F; }

 p { color: rgb(115,72,15); }

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

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

 a { background-color: rgb(115,72,15); }

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

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

 span { border-color: rgb(115,72,15); }

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