#892608

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

Shades of Falu Red #892608

Tints of Falu Red #892608

Color information

#892608 (or 0x892608) is unknown color: approx Falu Red. HEX triplet: 89, 26 and 08. RGB value is (137,38,8). Sum of RGB (Red+Green+Blue) = 137+38+8=183 (24% of max value = 765). Red value is 137 (53.91% from 255 or 74.86% from 183); Green value is 38 (15.23% from 255 or 20.77% from 183); Blue value is 8 (3.52% from 255 or 4.37% from 183); Max value from RGB is 137 - color contains mainly: red. Hex color #892608 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #892608 is #76D9F7. Grayscale: #404040. Windows color (decimal): -7789048 or 534153. OLE color: 534153.

HSL color Cylindrical-coordinate representation of color #892608: hue angle of 13.95º 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 #892608 is Cyan = 0, Magento = 0.72, Yellow = 0.94 and Black (K on CMYK) = 0.46.

Color convert

RGB137388-
CMYK00.720.940.46
HSL13.95º88.97%28.43%-
HSV(B)13.95º94.16%53.73%-
XYZ11.056.720.94-
YUV64.1896.3179.94-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 74.86%
GREEN value IS 38 (15.23% from 255) = 20.77%
BLUE value IS 8 (3.52% from 255) = 4.37%
R=74.86%
G=20.77%
B=4.37%

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
Decimal13738800.720.940.4613.9588.9728.43
Hex892680485E2Ee591c
Octal21146100110136561613134
Binary1000100110011010000100100010111101011101110101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #892608; }

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

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

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

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

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

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

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

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