#73580C

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

Shades of Raw Umber #73580C

Tints of Raw Umber #73580C

Color information

#73580C (or 0x73580C) is unknown color: approx Raw Umber. HEX triplet: 73, 58 and 0C. RGB value is (115,88,12). Sum of RGB (Red+Green+Blue) = 115+88+12=215 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.49% from 215); Green value is 88 (34.77% from 255 or 40.93% from 215); Blue value is 12 (5.08% from 255 or 5.58% from 215); Max value from RGB is 115 - color contains mainly: red. Hex color #73580C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #73580C is #8CA7F3. Grayscale: #575757. Windows color (decimal): -9218036 or 809075. OLE color: 809075.

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

Color convert

RGB1158812-
CMYK00.230.900.55
HSL44.27º81.1%24.9%-
HSV(B)44.27º89.57%45.1%-
XYZ10.6310.651.84-
YUV87.4185.45147.68-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 53.49%
GREEN value IS 88 (34.77% from 255) = 40.93%
BLUE value IS 12 (5.08% from 255) = 5.58%
R=53.49%
G=40.93%
B=5.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.90
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115881200.230.900.5544.2781.124.9
Hex7358C0175A372c5119
Octal16313014027132675412131
Binary1110011101100011000101111011010110111101100101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73580C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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