#842708

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

Shades of Falu Red #842708

Tints of Falu Red #842708

Color information

#842708 (or 0x842708) is unknown color: approx Falu Red. HEX triplet: 84, 27 and 08. RGB value is (132,39,8). Sum of RGB (Red+Green+Blue) = 132+39+8=179 (23% of max value = 765). Red value is 132 (51.95% from 255 or 73.74% from 179); Green value is 39 (15.62% from 255 or 21.79% from 179); Blue value is 8 (3.52% from 255 or 4.47% from 179); Max value from RGB is 132 - color contains mainly: red. Hex color #842708 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #842708 is #7BD8F7. Grayscale: #3F3F3F. Windows color (decimal): -8116472 or 534404. OLE color: 534404.

HSL color Cylindrical-coordinate representation of color #842708: hue angle of 15º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #842708 is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.48.

Color convert

RGB132398-
CMYK00.700.940.48
HSL15º88.57%27.45%-
HSV(B)15º93.94%51.76%-
XYZ10.296.370.92-
YUV63.2796.81177.02-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 73.74%
GREEN value IS 39 (15.62% from 255) = 21.79%
BLUE value IS 8 (3.52% from 255) = 4.47%
R=73.74%
G=21.79%
B=4.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.94
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13239800.700.940.481588.5727.45
Hex842780465E30f591b
Octal20447100106136601713133
Binary1000010010011110000100011010111101100001111101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842708; }

 p { color: rgb(132,39,8); }

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

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

 a { background-color: rgb(132,39,8); }

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

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

 span { border-color: rgb(132,39,8); }

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