Html Css Color HEX #892600 Falu Red

📋 copy color: '#892600'

red 137 ◦ green 38 ◦ blue 0

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

Shades of Falu Red #892600

Tints of Falu Red #892600

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 78.29%
G = 21.71%
B = 0%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 1

 K value IS 0.46

RGB Variations

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

Color information

#892600 (or 0x892600) is known color: Falu Red. HEX triplet: 89, 26 and 00. RGB value is (137,38,0). Sum of RGB (Red+Green+Blue) = 137+38+0=175 (23% of max value = 765). Red value is 137 (53.91% from 255 or 78.29% from 175); Green value is 38 (15.23% from 255 or 21.71% from 175); Blue value is 0 (0.39% from 255 or 0% from 175); Max value from RGB is 137 - color contains mainly: red. Hex color #892600 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #892600 is #76D9FF. Grayscale: #3F3F3F. Windows color (decimal): -7789056 or 9865. OLE color: 9865.

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

Color convert

RGB 137 38 0 -
CMYK 0 0.72 1 0.46
HSL 16.64º 1% 0.27% -
HSV(B) 16.64º 1% 0.54% -
XYZ 11.01 6.7 0.71 -
YUV 63.27 92.3 180.59 -
System Red Green Blue C M Y K H S L
Decimal 137 38 0 0 0.72 1 0.46 16.64 1 0.27
Hex 89 26 0 0 48 64 2E 11 64 1B
Octal 211 46 0 0 110 144 56 21 144 33
Binary 10001001 100110 0 0 1001000 1100100 101110 10001 1100100 11011

Color Harmonies of #892600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892600

Black with #892600

Text Example


Text Example

White with #892600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #892600; }

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

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

background-color css

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

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

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

border-color css

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

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

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