#892708

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

Shades of Falu Red #892708

Tints of Falu Red #892708

Color information

#892708 (or 0x892708) is unknown color: approx Falu Red. HEX triplet: 89, 27 and 08. RGB value is (137,39,8). Sum of RGB (Red+Green+Blue) = 137+39+8=184 (24% of max value = 765). Red value is 137 (53.91% from 255 or 74.46% from 184); Green value is 39 (15.62% from 255 or 21.20% from 184); Blue value is 8 (3.52% from 255 or 4.35% from 184); Max value from RGB is 137 - color contains mainly: red. Hex color #892708 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #892708 is #76D8F7. Grayscale: #404040. Windows color (decimal): -7788792 or 534409. OLE color: 534409.

HSL color Cylindrical-coordinate representation of color #892708: hue angle of 14.42º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #892708 is Cyan = 0, Magento = 0.72, Yellow = 0.94 and Black (K on CMYK) = 0.46.

Color convert

RGB137398-
CMYK00.720.940.46
HSL14.42º88.97%28.43%-
HSV(B)14.42º94.16%53.73%-
XYZ11.096.790.96-
YUV64.7795.97179.52-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 74.46%
GREEN value IS 39 (15.62% from 255) = 21.20%
BLUE value IS 8 (3.52% from 255) = 4.35%
R=74.46%
G=21.20%
B=4.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.94
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13739800.720.940.4614.4288.9728.43
Hex892780485E2Ee591c
Octal21147100110136561613134
Binary1000100110011110000100100010111101011101110101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #892708; }

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

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

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

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

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

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

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

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