#892308

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

Shades of Falu Red #892308

Tints of Falu Red #892308

Color information

#892308 (or 0x892308) is unknown color: approx Falu Red. HEX triplet: 89, 23 and 08. RGB value is (137,35,8). Sum of RGB (Red+Green+Blue) = 137+35+8=180 (23% of max value = 765). Red value is 137 (53.91% from 255 or 76.11% from 180); Green value is 35 (14.06% from 255 or 19.44% from 180); Blue value is 8 (3.52% from 255 or 4.44% from 180); Max value from RGB is 137 - color contains mainly: red. Hex color #892308 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #892308 is #76DCF7. Grayscale: #3E3E3E. Windows color (decimal): -7789816 or 533385. OLE color: 533385.

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

Color convert

RGB137358-
CMYK00.740.940.46
HSL12.56º88.97%28.43%-
HSV(B)12.56º94.16%53.73%-
XYZ10.966.540.91-
YUV62.4297.29181.2-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 76.11%
GREEN value IS 35 (14.06% from 255) = 19.44%
BLUE value IS 8 (3.52% from 255) = 4.44%
R=76.11%
G=19.44%
B=4.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.94
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13735800.740.940.4612.5688.9728.43
Hex8923804A5E2Ed591c
Octal21143100112136561513134
Binary1000100110001110000100101010111101011101101101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #892308; }

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

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

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

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

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

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

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

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