Html Css Color HEX #89460B Saddle Brown

📋 copy color: '#89460B'

red 137 ◦ green 70 ◦ blue 11

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

Shades of Saddle Brown #89460B

Tints of Saddle Brown #89460B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 32.11%

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

R = 62.84%
G = 32.11%
B = 5.05%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.92

 K value IS 0.46

RGB Variations

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

Color information

#89460B (or 0x89460B) is known color: Saddle Brown. HEX triplet: 89, 46 and 0B. RGB value is (137,70,11). Sum of RGB (Red+Green+Blue) = 137+70+11=218 (28% of max value = 765). Red value is 137 (53.91% from 255 or 62.84% from 218); Green value is 70 (27.73% from 255 or 32.11% from 218); Blue value is 11 (4.69% from 255 or 5.05% from 218); Max value from RGB is 137 - color contains mainly: red. Hex color #89460B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #89460B is #76B9F4. Grayscale: #535353. Windows color (decimal): -7780853 or 738953. OLE color: 738953.

HSL color Cylindrical-coordinate representation of color #89460B: hue angle of 28.1º 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 #89460B is Cyan = 0, Magento = 0.49, Yellow = 0.92 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 70 11 -
CMYK 0 0.49 0.92 0.46
HSL 28.1º 0.85% 0.29% -
HSV(B) 28.1º 0.92% 0.54% -
XYZ 12.57 9.72 1.53 -
YUV 83.31 87.2 166.3 -
System Red Green Blue C M Y K H S L
Decimal 137 70 11 0 0.49 0.92 0.46 28.1 0.85 0.29
Hex 89 46 B 0 31 5C 2E 1C 55 1D
Octal 211 106 13 0 61 134 56 34 125 35
Binary 10001001 1000110 1011 0 110001 1011100 101110 11100 1010101 11101

Color Harmonies of #89460B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89460B

Black with #89460B

Text Example


Text Example

White with #89460B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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