Html Css Color HEX #892308 Falu Red

📋 copy color: '#892308'

red 137 ◦ green 35 ◦ blue 8

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

Shades of Falu Red #892308

Tints of Falu Red #892308

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

 M value IS 0.74

 Y value IS 0.94

 K value IS 0.46

RGB Variations

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

Color information

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

RGB 137 35 8 -
CMYK 0 0.74 0.94 0.46
HSL 12.56º 0.89% 0.28% -
HSV(B) 12.56º 0.94% 0.54% -
XYZ 10.96 6.54 0.91 -
YUV 62.42 97.29 181.2 -
System Red Green Blue C M Y K H S L
Decimal 137 35 8 0 0.74 0.94 0.46 12.56 0.89 0.28
Hex 89 23 8 0 4A 5E 2E D 59 1C
Octal 211 43 10 0 112 136 56 15 131 34
Binary 10001001 100011 1000 0 1001010 1011110 101110 1101 1011001 11100

Color Harmonies of #892308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892308

Black with #892308

Text Example


Text Example

White with #892308

Text Example


Text Example

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