#852600

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

Shades of Falu Red #852600

Tints of Falu Red #852600

Color information

#852600 (or 0x852600) is unknown color: approx Falu Red. HEX triplet: 85, 26 and 00. RGB value is (133,38,0). Sum of RGB (Red+Green+Blue) = 133+38+0=171 (22% of max value = 765). Red value is 133 (52.34% from 255 or 77.78% from 171); Green value is 38 (15.23% from 255 or 22.22% from 171); Blue value is 0 (0.39% from 255 or 0% from 171); Max value from RGB is 133 - color contains mainly: red. Hex color #852600 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852600 is #7AD9FF. Grayscale: #3E3E3E. Windows color (decimal): -8051200 or 9861. OLE color: 9861.

HSL color Cylindrical-coordinate representation of color #852600: hue angle of 17.14º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #852600 is Cyan = 0, Magento = 0.71, Yellow = 1 and Black (K on CMYK) = 0.48.

Color convert

RGB133380-
CMYK00.7110.48
HSL17.14º100%26.08%-
HSV(B)17.14º100%52.16%-
XYZ10.376.370.68-
YUV62.0792.97178.59-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 77.78%
GREEN value IS 38 (15.23% from 255) = 22.22%
BLUE value IS 0 (0.39% from 255) = 0%
R=77.78%
G=22.22%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 1
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13338000.7110.4817.1410026.08
Hex85260047643011641a
Octal2054600107144602114432
Binary10000101100110001000111110010011000010001110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852600; }

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

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

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

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

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

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

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

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