Html Css Color HEX #892605 Falu Red

📋 copy color: '#892605'

red 137 ◦ green 38 ◦ blue 5

#892605
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Falu Red #892605

Tints of Falu Red #892605

RGB

 RED value IS 137 (53.91% from 255) = 76.11%

 GREEN value IS 38 (15.23% from 255) = 21.11%

 BLUE value IS 5 (2.34% from 255) = 2.78%

R = 76.11%
G = 21.11%
B = 2.78%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.96

 K value IS 0.46

RGB Variations

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

Color information

#892605 (or 0x892605) is known color: Falu Red. HEX triplet: 89, 26 and 05. RGB value is (137,38,5). Sum of RGB (Red+Green+Blue) = 137+38+5=180 (23% of max value = 765). Red value is 137 (53.91% from 255 or 76.11% from 180); Green value is 38 (15.23% from 255 or 21.11% from 180); Blue value is 5 (2.34% from 255 or 2.78% from 180); Max value from RGB is 137 - color contains mainly: red. Hex color #892605 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #892605 is #76D9FA. Grayscale: #404040. Windows color (decimal): -7789051 or 337545. OLE color: 337545.

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

Color convert

RGB 137 38 5 -
CMYK 0 0.72 0.96 0.46
HSL 15º 0.93% 0.28% -
HSV(B) 15º 0.96% 0.54% -
XYZ 11.04 6.72 0.86 -
YUV 63.84 94.8 180.18 -
System Red Green Blue C M Y K H S L
Decimal 137 38 5 0 0.72 0.96 0.46 15 0.93 0.28
Hex 89 26 5 0 48 60 2E F 5D 1C
Octal 211 46 5 0 110 140 56 17 135 34
Binary 10001001 100110 101 0 1001000 1100000 101110 1111 1011101 11100

Color Harmonies of #892605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892605

Black with #892605

Text Example


Text Example

White with #892605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #892605; }

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

 H1.HeaderClassName
 {
   color: #892605;
 }
 .AnyTagClassName
 {
   color: #892605;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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