#73450A

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

Shades of Raw Umber #73450A

Tints of Raw Umber #73450A

Color information

#73450A (or 0x73450A) is unknown color: approx Raw Umber. HEX triplet: 73, 45 and 0A. RGB value is (115,69,10). Sum of RGB (Red+Green+Blue) = 115+69+10=194 (25% of max value = 765). Red value is 115 (45.31% from 255 or 59.28% from 194); Green value is 69 (27.34% from 255 or 35.57% from 194); Blue value is 10 (4.30% from 255 or 5.15% from 194); Max value from RGB is 115 - color contains mainly: red. Hex color #73450A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #73450A is #8CBAF5. Grayscale: #4C4C4C. Windows color (decimal): -9222902 or 673139. OLE color: 673139.

HSL color Cylindrical-coordinate representation of color #73450A: hue angle of 33.71º 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 #73450A is Cyan = 0, Magento = 0.4, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB1156910-
CMYK00.40.910.55
HSL33.71º84%24.51%-
HSV(B)33.71º91.3%45.1%-
XYZ9.257.921.33-
YUV76.0390.74155.8-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 59.28%
GREEN value IS 69 (27.34% from 255) = 35.57%
BLUE value IS 10 (4.30% from 255) = 5.15%
R=59.28%
G=35.57%
B=5.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.91
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115691000.40.910.5533.718424.51
Hex7345A0285B37225419
Octal16310512050133674212431
Binary11100111000101101001010001011011110111100010101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73450A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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