#73480C

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

Shades of Raw Umber #73480C

Tints of Raw Umber #73480C

Color information

#73480C (or 0x73480C) is unknown color: approx Raw Umber. HEX triplet: 73, 48 and 0C. RGB value is (115,72,12). Sum of RGB (Red+Green+Blue) = 115+72+12=199 (26% of max value = 765). Red value is 115 (45.31% from 255 or 57.79% from 199); Green value is 72 (28.52% from 255 or 36.18% from 199); Blue value is 12 (5.08% from 255 or 6.03% from 199); Max value from RGB is 115 - color contains mainly: red. Hex color #73480C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #73480C is #8CB7F3. Grayscale: #4E4E4E. Windows color (decimal): -9222132 or 804979. OLE color: 804979.

HSL color Cylindrical-coordinate representation of color #73480C: hue angle of 34.95º 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 #73480C is Cyan = 0, Magento = 0.37, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB1157212-
CMYK00.370.900.55
HSL34.95º81.1%24.9%-
HSV(B)34.95º89.57%45.1%-
XYZ9.458.311.45-
YUV78.0290.75154.38-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 57.79%
GREEN value IS 72 (28.52% from 255) = 36.18%
BLUE value IS 12 (5.08% from 255) = 6.03%
R=57.79%
G=36.18%
B=6.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.90
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115721200.370.900.5534.9581.124.9
Hex7348C0255A37235119
Octal16311014045132674312131
Binary11100111001000110001001011011010110111100011101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73480C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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