#882600

Color #882600 Falu Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Falu Red #882600

Tints of Falu Red #882600

Color information

#882600 (or 0x882600) is unknown color: approx Falu Red. HEX triplet: 88, 26 and 00. RGB value is (136,38,0). Sum of RGB (Red+Green+Blue) = 136+38+0=174 (23% of max value = 765). Red value is 136 (53.52% from 255 or 78.16% from 174); Green value is 38 (15.23% from 255 or 21.84% from 174); Blue value is 0 (0.39% from 255 or 0% from 174); Max value from RGB is 136 - color contains mainly: red. Hex color #882600 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882600 is #77D9FF. Grayscale: #3F3F3F. Windows color (decimal): -7854592 or 9864. OLE color: 9864.

HSL color Cylindrical-coordinate representation of color #882600: hue angle of 16.76º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #882600 is Cyan = 0, Magento = 0.72, Yellow = 1 and Black (K on CMYK) = 0.47.

Color convert

RGB136380-
CMYK00.7210.47
HSL16.76º100%26.67%-
HSV(B)16.76º100%53.33%-
XYZ10.856.620.71-
YUV62.9792.47180.09-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 78.16%
GREEN value IS 38 (15.23% from 255) = 21.84%
BLUE value IS 0 (0.39% from 255) = 0%
R=78.16%
G=21.84%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 1
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13638000.7210.4716.7610026.67
Hex88260048642F11641b
Octal2104600110144572114433
Binary10001000100110001001000110010010111110001110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882600; }

 p { color: rgb(136,38,0); }

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

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

 a { background-color: rgb(136,38,0); }

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

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

 span { border-color: rgb(136,38,0); }

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