Html Css Color HEX #89500A Saddle Brown

📋 copy color: '#89500A'

red 137 ◦ green 80 ◦ blue 10

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

Shades of Saddle Brown #89500A

Tints of Saddle Brown #89500A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 35.24%

 BLUE value IS 10 (4.3% from 255) = 4.41%

R = 60.35%
G = 35.24%
B = 4.41%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.93

 K value IS 0.46

RGB Variations

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

Color information

#89500A (or 0x89500A) is known color: Saddle Brown. HEX triplet: 89, 50 and 0A. RGB value is (137,80,10). Sum of RGB (Red+Green+Blue) = 137+80+10=227 (30% of max value = 765). Red value is 137 (53.91% from 255 or 60.35% from 227); Green value is 80 (31.64% from 255 or 35.24% from 227); Blue value is 10 (4.30% from 255 or 4.41% from 227); Max value from RGB is 137 - color contains mainly: red. Hex color #89500A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #89500A is #76AFF5. Grayscale: #595959. Windows color (decimal): -7778294 or 675977. OLE color: 675977.

HSL color Cylindrical-coordinate representation of color #89500A: hue angle of 33.07º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #89500A is Cyan = 0, Magento = 0.42, Yellow = 0.93 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 80 10 -
CMYK 0 0.42 0.93 0.46
HSL 33.07º 0.86% 0.29% -
HSV(B) 33.07º 0.93% 0.54% -
XYZ 13.24 11.08 1.73 -
YUV 89.06 83.38 162.19 -
System Red Green Blue C M Y K H S L
Decimal 137 80 10 0 0.42 0.93 0.46 33.07 0.86 0.29
Hex 89 50 A 0 2A 5D 2E 21 56 1D
Octal 211 120 12 0 52 135 56 41 126 35
Binary 10001001 1010000 1010 0 101010 1011101 101110 100001 1010110 11101

Color Harmonies of #89500A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89500A

Black with #89500A

Text Example


Text Example

White with #89500A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89500A; }

 p { color: rgb(137,80,10); }

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

background-color css

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

 a { background-color: rgb(137,80,10); }

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

border-color css

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

 span { border-color: rgb(137,80,10); }

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