Html Css Color HEX #894F0F Saddle Brown

📋 copy color: '#894F0F'

red 137 ◦ green 79 ◦ blue 15

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

Shades of Saddle Brown #894F0F

Tints of Saddle Brown #894F0F

RGB

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

 GREEN value IS 79 (31.25% from 255) = 34.2%

 BLUE value IS 15 (6.25% from 255) = 6.49%

R = 59.31%
G = 34.2%
B = 6.49%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.89

 K value IS 0.46

RGB Variations

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

Color information

#894F0F (or 0x894F0F) is known color: Saddle Brown. HEX triplet: 89, 4F and 0F. RGB value is (137,79,15). Sum of RGB (Red+Green+Blue) = 137+79+15=231 (30% of max value = 765). Red value is 137 (53.91% from 255 or 59.31% from 231); Green value is 79 (31.25% from 255 or 34.20% from 231); Blue value is 15 (6.25% from 255 or 6.49% from 231); Max value from RGB is 137 - color contains mainly: red. Hex color #894F0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #894F0F is #76B0F0. Grayscale: #595959. Windows color (decimal): -7778545 or 1003401. OLE color: 1003401.

HSL color Cylindrical-coordinate representation of color #894F0F: hue angle of 31.48º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #894F0F is Cyan = 0, Magento = 0.42, Yellow = 0.89 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 79 15 -
CMYK 0 0.42 0.89 0.46
HSL 31.48º 0.8% 0.3% -
HSV(B) 31.48º 0.89% 0.54% -
XYZ 13.2 10.94 1.87 -
YUV 89.05 86.22 162.2 -
System Red Green Blue C M Y K H S L
Decimal 137 79 15 0 0.42 0.89 0.46 31.48 0.8 0.3
Hex 89 4F F 0 2A 59 2E 1F 50 1E
Octal 211 117 17 0 52 131 56 37 120 36
Binary 10001001 1001111 1111 0 101010 1011001 101110 11111 1010000 11110

Color Harmonies of #894F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894F0F

Black with #894F0F

Text Example


Text Example

White with #894F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894F0F; }

 p { color: rgb(137,79,15); }

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

background-color css

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

 a { background-color: rgb(137,79,15); }

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

border-color css

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

 span { border-color: rgb(137,79,15); }

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