#73551A

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

Shades of Raw Umber #73551A

Tints of Raw Umber #73551A

Color information

#73551A (or 0x73551A) is unknown color: approx Raw Umber. HEX triplet: 73, 55 and 1A. RGB value is (115,85,26). Sum of RGB (Red+Green+Blue) = 115+85+26=226 (29% of max value = 765). Red value is 115 (45.31% from 255 or 50.88% from 226); Green value is 85 (33.59% from 255 or 37.61% from 226); Blue value is 26 (10.55% from 255 or 11.50% from 226); Max value from RGB is 115 - color contains mainly: red. Hex color #73551A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73551A is #8CAAE5. Grayscale: #575757. Windows color (decimal): -9218790 or 1725811. OLE color: 1725811.

HSL color Cylindrical-coordinate representation of color #73551A: hue angle of 39.78º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #73551A is Cyan = 0, Magento = 0.26, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB1158526-
CMYK00.260.770.55
HSL39.78º63.12%27.65%-
HSV(B)39.78º77.39%45.1%-
XYZ10.5110.222.4-
YUV87.2493.44147.8-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 50.88%
GREEN value IS 85 (33.59% from 255) = 37.61%
BLUE value IS 26 (10.55% from 255) = 11.50%
R=50.88%
G=37.61%
B=11.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115852600.260.770.5539.7863.1227.65
Hex73551A01A4D37283f1c
Octal1631253203211567507734
Binary1110011101010111010011010100110111011110100011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73551A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,85,26); }

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

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

 a { background-color: rgb(115,85,26); }

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

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

 span { border-color: rgb(115,85,26); }

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