Html Css Color HEX #892608 Falu Red

📋 copy color: '#892608'

red 137 ◦ green 38 ◦ blue 8

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

Shades of Falu Red #892608

Tints of Falu Red #892608

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 value IS 0

 M value IS 0.72

 Y value IS 0.94

 K value IS 0.46

RGB Variations

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

Color information

#892608 (or 0x892608) is known color: 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

RGB 137 38 8 -
CMYK 0 0.72 0.94 0.46
HSL 13.95º 0.89% 0.28% -
HSV(B) 13.95º 0.94% 0.54% -
XYZ 11.05 6.72 0.94 -
YUV 64.18 96.3 179.94 -
System Red Green Blue C M Y K H S L
Decimal 137 38 8 0 0.72 0.94 0.46 13.95 0.89 0.28
Hex 89 26 8 0 48 5E 2E E 59 1C
Octal 211 46 10 0 110 136 56 16 131 34
Binary 10001001 100110 1000 0 1001000 1011110 101110 1110 1011001 11100

Color Harmonies of #892608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892608

Black with #892608

Text Example


Text Example

White with #892608

Text Example


Text Example

HTML Codes & Css Web 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>