Html Css Color HEX #894510 Saddle Brown

📋 copy color: '#894510'

red 137 ◦ green 69 ◦ blue 16

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

Shades of Saddle Brown #894510

Tints of Saddle Brown #894510

RGB

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

 GREEN value IS 69 (27.34% from 255) = 31.08%

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

R = 61.71%
G = 31.08%
B = 7.21%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.88

 K value IS 0.46

RGB Variations

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

Color information

#894510 (or 0x894510) is known color: Saddle Brown. HEX triplet: 89, 45 and 10. RGB value is (137,69,16). Sum of RGB (Red+Green+Blue) = 137+69+16=222 (29% of max value = 765). Red value is 137 (53.91% from 255 or 61.71% from 222); Green value is 69 (27.34% from 255 or 31.08% from 222); Blue value is 16 (6.64% from 255 or 7.21% from 222); Max value from RGB is 137 - color contains mainly: red. Hex color #894510 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #894510 is #76BAEF. Grayscale: #535353. Windows color (decimal): -7781104 or 1066377. OLE color: 1066377.

HSL color Cylindrical-coordinate representation of color #894510: hue angle of 26.28º 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 #894510 is Cyan = 0, Magento = 0.50, Yellow = 0.88 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 69 16 -
CMYK 0 0.50 0.88 0.46
HSL 26.28º 0.79% 0.3% -
HSV(B) 26.28º 0.88% 0.54% -
XYZ 12.54 9.61 1.68 -
YUV 83.29 90.03 166.31 -
System Red Green Blue C M Y K H S L
Decimal 137 69 16 0 0.50 0.88 0.46 26.28 0.79 0.3
Hex 89 45 10 0 32 58 2E 1A 4F 1E
Octal 211 105 20 0 62 130 56 32 117 36
Binary 10001001 1000101 10000 0 110010 1011000 101110 11010 1001111 11110

Color Harmonies of #894510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894510

Black with #894510

Text Example


Text Example

White with #894510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894510; }

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

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

background-color css

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

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

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

border-color css

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

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

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