Html Css Color HEX #894D13 Saddle Brown

📋 copy color: '#894D13'

red 137 ◦ green 77 ◦ blue 19

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

Shades of Saddle Brown #894D13

Tints of Saddle Brown #894D13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.15%

R = 58.8%
G = 33.05%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.86

 K value IS 0.46

RGB Variations

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

Color information

#894D13 (or 0x894D13) is known color: Saddle Brown. HEX triplet: 89, 4D and 13. RGB value is (137,77,19). Sum of RGB (Red+Green+Blue) = 137+77+19=233 (30% of max value = 765). Red value is 137 (53.91% from 255 or 58.80% from 233); Green value is 77 (30.47% from 255 or 33.05% from 233); Blue value is 19 (7.81% from 255 or 8.15% from 233); Max value from RGB is 137 - color contains mainly: red. Hex color #894D13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #894D13 is #76B2EC. Grayscale: #585858. Windows color (decimal): -7779053 or 1265033. OLE color: 1265033.

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

Color convert

RGB 137 77 19 -
CMYK 0 0.44 0.86 0.46
HSL 29.49º 0.76% 0.31% -
HSV(B) 29.49º 0.86% 0.54% -
XYZ 13.09 10.67 1.99 -
YUV 88.33 88.88 162.72 -
System Red Green Blue C M Y K H S L
Decimal 137 77 19 0 0.44 0.86 0.46 29.49 0.76 0.31
Hex 89 4D 13 0 2C 56 2E 1D 4C 1F
Octal 211 115 23 0 54 126 56 35 114 37
Binary 10001001 1001101 10011 0 101100 1010110 101110 11101 1001100 11111

Color Harmonies of #894D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894D13

Black with #894D13

Text Example


Text Example

White with #894D13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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