#884A1A

Color #884A1A Russet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Russet #884A1A

Tints of Russet #884A1A

Color information

#884A1A (or 0x884A1A) is unknown color: approx Russet. HEX triplet: 88, 4A and 1A. RGB value is (136,74,26). Sum of RGB (Red+Green+Blue) = 136+74+26=236 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.63% from 236); Green value is 74 (29.30% from 255 or 31.36% from 236); Blue value is 26 (10.55% from 255 or 11.02% from 236); Max value from RGB is 136 - color contains mainly: red. Hex color #884A1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884A1A is #77B5E5. Grayscale: #575757. Windows color (decimal): -7845350 or 1723016. OLE color: 1723016.

HSL color Cylindrical-coordinate representation of color #884A1A: hue angle of 26.18º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #884A1A is Cyan = 0, Magento = 0.46, Yellow = 0.81 and Black (K on CMYK) = 0.47.

Color convert

RGB1367426-
CMYK00.460.810.47
HSL26.18º67.9%31.76%-
HSV(B)26.18º80.88%53.33%-
XYZ12.7910.212.27-
YUV87.0793.54162.9-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 57.63%
GREEN value IS 74 (29.30% from 255) = 31.36%
BLUE value IS 26 (10.55% from 255) = 11.02%
R=57.63%
G=31.36%
B=11.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.81
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136742600.460.810.4726.1867.931.76
Hex884A1A02E512F1a4420
Octal21011232056121573210440
Binary1000100010010101101001011101010001101111110101000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884A1A; }

 p { color: rgb(136,74,26); }

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

<style>
 a { background-color: #884A1A; }

 a { background-color: rgb(136,74,26); }

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

<style>
 span { border-color: #884A1A; }

 span { border-color: rgb(136,74,26); }

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