Html Css Color HEX #894115 Saddle Brown

📋 copy color: '#894115'

red 137 ◦ green 65 ◦ blue 21

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

Shades of Saddle Brown #894115

Tints of Saddle Brown #894115

RGB

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

 GREEN value IS 65 (25.78% from 255) = 29.15%

 BLUE value IS 21 (8.59% from 255) = 9.42%

R = 61.43%
G = 29.15%
B = 9.42%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.85

 K value IS 0.46

RGB Variations

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

Color information

#894115 (or 0x894115) is known color: Saddle Brown. HEX triplet: 89, 41 and 15. RGB value is (137,65,21). Sum of RGB (Red+Green+Blue) = 137+65+21=223 (29% of max value = 765). Red value is 137 (53.91% from 255 or 61.43% from 223); Green value is 65 (25.78% from 255 or 29.15% from 223); Blue value is 21 (8.59% from 255 or 9.42% from 223); Max value from RGB is 137 - color contains mainly: red. Hex color #894115 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #894115 is #76BEEA. Grayscale: #515151. Windows color (decimal): -7782123 or 1393033. OLE color: 1393033.

HSL color Cylindrical-coordinate representation of color #894115: hue angle of 22.76º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #894115 is Cyan = 0, Magento = 0.53, Yellow = 0.85 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 65 21 -
CMYK 0 0.53 0.85 0.46
HSL 22.76º 0.73% 0.31% -
HSV(B) 22.76º 0.85% 0.54% -
XYZ 12.34 9.15 1.83 -
YUV 81.51 93.85 167.58 -
System Red Green Blue C M Y K H S L
Decimal 137 65 21 0 0.53 0.85 0.46 22.76 0.73 0.31
Hex 89 41 15 0 35 55 2E 17 49 1F
Octal 211 101 25 0 65 125 56 27 111 37
Binary 10001001 1000001 10101 0 110101 1010101 101110 10111 1001001 11111

Color Harmonies of #894115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894115

Black with #894115

Text Example


Text Example

White with #894115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894115; }

 p { color: rgb(137,65,21); }

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

background-color css

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

 a { background-color: rgb(137,65,21); }

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

border-color css

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

 span { border-color: rgb(137,65,21); }

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