Html Css Color HEX #89461C Saddle Brown

📋 copy color: '#89461C'

red 137 ◦ green 70 ◦ blue 28

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

Shades of Saddle Brown #89461C

Tints of Saddle Brown #89461C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.91%

R = 58.3%
G = 29.79%
B = 11.91%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.80

 K value IS 0.46

RGB Variations

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

Color information

#89461C (or 0x89461C) is known color: Saddle Brown. HEX triplet: 89, 46 and 1C. RGB value is (137,70,28). Sum of RGB (Red+Green+Blue) = 137+70+28=235 (31% of max value = 765). Red value is 137 (53.91% from 255 or 58.30% from 235); Green value is 70 (27.73% from 255 or 29.79% from 235); Blue value is 28 (11.33% from 255 or 11.91% from 235); Max value from RGB is 137 - color contains mainly: red. Hex color #89461C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89461C is #76B9E3. Grayscale: #555555. Windows color (decimal): -7780836 or 1853065. OLE color: 1853065.

HSL color Cylindrical-coordinate representation of color #89461C: hue angle of 23.12º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #89461C is Cyan = 0, Magento = 0.49, Yellow = 0.80 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 70 28 -
CMYK 0 0.49 0.80 0.46
HSL 23.12º 0.66% 0.32% -
HSV(B) 23.12º 0.8% 0.54% -
XYZ 12.72 9.78 2.32 -
YUV 85.25 95.7 164.92 -
System Red Green Blue C M Y K H S L
Decimal 137 70 28 0 0.49 0.80 0.46 23.12 0.66 0.32
Hex 89 46 1C 0 31 50 2E 17 42 20
Octal 211 106 34 0 61 120 56 27 102 40
Binary 10001001 1000110 11100 0 110001 1010000 101110 10111 1000010 100000

Color Harmonies of #89461C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89461C

Black with #89461C

Text Example


Text Example

White with #89461C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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