Html Css Color HEX #894410 Saddle Brown

📋 copy color: '#894410'

red 137 ◦ green 68 ◦ blue 16

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

Shades of Saddle Brown #894410

Tints of Saddle Brown #894410

RGB

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

 GREEN value IS 68 (26.95% from 255) = 30.77%

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

R = 61.99%
G = 30.77%
B = 7.24%

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

#894410 (or 0x894410) is known color: Saddle Brown. HEX triplet: 89, 44 and 10. RGB value is (137,68,16). Sum of RGB (Red+Green+Blue) = 137+68+16=221 (29% of max value = 765). Red value is 137 (53.91% from 255 or 61.99% from 221); Green value is 68 (26.95% from 255 or 30.77% from 221); Blue value is 16 (6.64% from 255 or 7.24% from 221); Max value from RGB is 137 - color contains mainly: red. Hex color #894410 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #894410 is #76BBEF. Grayscale: #525252. Windows color (decimal): -7781360 or 1066121. OLE color: 1066121.

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

Color convert

RGB 137 68 16 -
CMYK 0 0.50 0.88 0.46
HSL 25.79º 0.79% 0.3% -
HSV(B) 25.79º 0.88% 0.54% -
XYZ 12.48 9.49 1.66 -
YUV 82.7 90.36 166.73 -
System Red Green Blue C M Y K H S L
Decimal 137 68 16 0 0.50 0.88 0.46 25.79 0.79 0.3
Hex 89 44 10 0 32 58 2E 1A 4F 1E
Octal 211 104 20 0 62 130 56 32 117 36
Binary 10001001 1000100 10000 0 110010 1011000 101110 11010 1001111 11110

Color Harmonies of #894410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894410

Black with #894410

Text Example


Text Example

White with #894410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894410; }

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

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

background-color css

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

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

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

border-color css

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

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

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