Html Css Color HEX #894D10 Saddle Brown

📋 copy color: '#894D10'

red 137 ◦ green 77 ◦ blue 16

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

Shades of Saddle Brown #894D10

Tints of Saddle Brown #894D10

RGB

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

 GREEN value IS 77 (30.47% from 255) = 33.48%

 BLUE value IS 16 (6.64% from 255) = 6.96%

R = 59.57%
G = 33.48%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.88

 K value IS 0.46

RGB Variations

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

Color information

#894D10 (or 0x894D10) is known color: Saddle Brown. HEX triplet: 89, 4D and 10. RGB value is (137,77,16). Sum of RGB (Red+Green+Blue) = 137+77+16=230 (30% of max value = 765). Red value is 137 (53.91% from 255 or 59.57% from 230); Green value is 77 (30.47% from 255 or 33.48% from 230); Blue value is 16 (6.64% from 255 or 6.96% from 230); Max value from RGB is 137 - color contains mainly: red. Hex color #894D10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #894D10 is #76B2EF. Grayscale: #585858. Windows color (decimal): -7779056 or 1068425. OLE color: 1068425.

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

Color convert

RGB 137 77 16 -
CMYK 0 0.44 0.88 0.46
HSL 30.25º 0.79% 0.3% -
HSV(B) 30.25º 0.88% 0.54% -
XYZ 13.06 10.66 1.86 -
YUV 87.99 87.38 162.96 -
System Red Green Blue C M Y K H S L
Decimal 137 77 16 0 0.44 0.88 0.46 30.25 0.79 0.3
Hex 89 4D 10 0 2C 58 2E 1E 4F 1E
Octal 211 115 20 0 54 130 56 36 117 36
Binary 10001001 1001101 10000 0 101100 1011000 101110 11110 1001111 11110

Color Harmonies of #894D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894D10

Black with #894D10

Text Example


Text Example

White with #894D10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,77,16); }

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

background-color css

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

 a { background-color: rgb(137,77,16); }

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

border-color css

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

 span { border-color: rgb(137,77,16); }

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