Html Css Color HEX #894413 Saddle Brown

📋 copy color: '#894413'

red 137 ◦ green 68 ◦ blue 19

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

Shades of Saddle Brown #894413

Tints of Saddle Brown #894413

RGB

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

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

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

R = 61.16%
G = 30.36%
B = 8.48%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.86

 K value IS 0.46

RGB Variations

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

Color information

#894413 (or 0x894413) is known color: Saddle Brown. HEX triplet: 89, 44 and 13. RGB value is (137,68,19). Sum of RGB (Red+Green+Blue) = 137+68+19=224 (29% of max value = 765). Red value is 137 (53.91% from 255 or 61.16% from 224); Green value is 68 (26.95% from 255 or 30.36% from 224); Blue value is 19 (7.81% from 255 or 8.48% from 224); Max value from RGB is 137 - color contains mainly: red. Hex color #894413 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #894413 is #76BBEC. Grayscale: #535353. Windows color (decimal): -7781357 or 1262729. OLE color: 1262729.

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

Color convert

RGB 137 68 19 -
CMYK 0 0.50 0.86 0.46
HSL 24.92º 0.76% 0.31% -
HSV(B) 24.92º 0.86% 0.54% -
XYZ 12.5 9.5 1.79 -
YUV 83.05 91.86 166.48 -
System Red Green Blue C M Y K H S L
Decimal 137 68 19 0 0.50 0.86 0.46 24.92 0.76 0.31
Hex 89 44 13 0 32 56 2E 19 4C 1F
Octal 211 104 23 0 62 126 56 31 114 37
Binary 10001001 1000100 10011 0 110010 1010110 101110 11001 1001100 11111

Color Harmonies of #894413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894413

Black with #894413

Text Example


Text Example

White with #894413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894413; }

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

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

background-color css

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

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

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

border-color css

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

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

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