#852400

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

Shades of Falu Red #852400

Tints of Falu Red #852400

Color information

#852400 (or 0x852400) is unknown color: approx Falu Red. HEX triplet: 85, 24 and 00. RGB value is (133,36,0). Sum of RGB (Red+Green+Blue) = 133+36+0=169 (22% of max value = 765). Red value is 133 (52.34% from 255 or 78.70% from 169); Green value is 36 (14.45% from 255 or 21.30% from 169); Blue value is 0 (0.39% from 255 or 0% from 169); Max value from RGB is 133 - color contains mainly: red. Hex color #852400 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852400 is #7ADBFF. Grayscale: #3D3D3D. Windows color (decimal): -8051712 or 9349. OLE color: 9349.

HSL color Cylindrical-coordinate representation of color #852400: hue angle of 16.24º 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 #852400 is Cyan = 0, Magento = 0.73, Yellow = 1 and Black (K on CMYK) = 0.48.

Color convert

RGB133360-
CMYK00.7310.48
HSL16.24º100%26.08%-
HSV(B)16.24º100%52.16%-
XYZ10.36.250.66-
YUV60.993.64179.43-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 78.70%
GREEN value IS 36 (14.45% from 255) = 21.30%
BLUE value IS 0 (0.39% from 255) = 0%
R=78.70%
G=21.30%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 1
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13336000.7310.4816.2410026.08
Hex85240049643010641a
Octal2054400111144602014432
Binary10000101100100001001001110010011000010000110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852400; }

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

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

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

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

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

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

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

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