Html Css Color HEX #89550C Saddle Brown

📋 copy color: '#89550C'

red 137 ◦ green 85 ◦ blue 12

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

Shades of Saddle Brown #89550C

Tints of Saddle Brown #89550C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 36.32%

 BLUE value IS 12 (5.08% from 255) = 5.13%

R = 58.55%
G = 36.32%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.91

 K value IS 0.46

RGB Variations

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

Color information

#89550C (or 0x89550C) is known color: Saddle Brown. HEX triplet: 89, 55 and 0C. RGB value is (137,85,12). Sum of RGB (Red+Green+Blue) = 137+85+12=234 (30% of max value = 765). Red value is 137 (53.91% from 255 or 58.55% from 234); Green value is 85 (33.59% from 255 or 36.32% from 234); Blue value is 12 (5.08% from 255 or 5.13% from 234); Max value from RGB is 137 - color contains mainly: red. Hex color #89550C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #89550C is #76AAF3. Grayscale: #5C5C5C. Windows color (decimal): -7777012 or 808329. OLE color: 808329.

HSL color Cylindrical-coordinate representation of color #89550C: hue angle of 35.04º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #89550C is Cyan = 0, Magento = 0.38, Yellow = 0.91 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 85 12 -
CMYK 0 0.38 0.91 0.46
HSL 35.04º 0.84% 0.29% -
HSV(B) 35.04º 0.91% 0.54% -
XYZ 13.63 11.84 1.92 -
YUV 92.23 82.73 159.94 -
System Red Green Blue C M Y K H S L
Decimal 137 85 12 0 0.38 0.91 0.46 35.04 0.84 0.29
Hex 89 55 C 0 26 5B 2E 23 54 1D
Octal 211 125 14 0 46 133 56 43 124 35
Binary 10001001 1010101 1100 0 100110 1011011 101110 100011 1010100 11101

Color Harmonies of #89550C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89550C

Black with #89550C

Text Example


Text Example

White with #89550C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89550C; }

 p { color: rgb(137,85,12); }

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

background-color css

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

 a { background-color: rgb(137,85,12); }

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

border-color css

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

 span { border-color: rgb(137,85,12); }

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