Html Css Color HEX #89490B Saddle Brown

📋 copy color: '#89490B'

red 137 ◦ green 73 ◦ blue 11

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

Shades of Saddle Brown #89490B

Tints of Saddle Brown #89490B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 33.03%

 BLUE value IS 11 (4.69% from 255) = 4.98%

R = 61.99%
G = 33.03%
B = 4.98%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.92

 K value IS 0.46

RGB Variations

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

Color information

#89490B (or 0x89490B) is known color: Saddle Brown. HEX triplet: 89, 49 and 0B. RGB value is (137,73,11). Sum of RGB (Red+Green+Blue) = 137+73+11=221 (29% of max value = 765). Red value is 137 (53.91% from 255 or 61.99% from 221); Green value is 73 (28.91% from 255 or 33.03% from 221); Blue value is 11 (4.69% from 255 or 4.98% from 221); Max value from RGB is 137 - color contains mainly: red. Hex color #89490B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #89490B is #76B6F4. Grayscale: #555555. Windows color (decimal): -7780085 or 739721. OLE color: 739721.

HSL color Cylindrical-coordinate representation of color #89490B: hue angle of 29.52º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #89490B is Cyan = 0, Magento = 0.47, Yellow = 0.92 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 73 11 -
CMYK 0 0.47 0.92 0.46
HSL 29.52º 0.85% 0.29% -
HSV(B) 29.52º 0.92% 0.54% -
XYZ 12.76 10.11 1.6 -
YUV 85.07 86.2 165.04 -
System Red Green Blue C M Y K H S L
Decimal 137 73 11 0 0.47 0.92 0.46 29.52 0.85 0.29
Hex 89 49 B 0 2F 5C 2E 1E 55 1D
Octal 211 111 13 0 57 134 56 36 125 35
Binary 10001001 1001001 1011 0 101111 1011100 101110 11110 1010101 11101

Color Harmonies of #89490B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89490B

Black with #89490B

Text Example


Text Example

White with #89490B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89490B; }

 p { color: rgb(137,73,11); }

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

background-color css

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

 a { background-color: rgb(137,73,11); }

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

border-color css

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

 span { border-color: rgb(137,73,11); }

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