Html Css Color HEX #89320F Saddle Brown

📋 copy color: '#89320F'

red 137 ◦ green 50 ◦ blue 15

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

Shades of Saddle Brown #89320F

Tints of Saddle Brown #89320F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 24.75%

 BLUE value IS 15 (6.25% from 255) = 7.43%

R = 67.82%
G = 24.75%
B = 7.43%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.89

 K value IS 0.46

RGB Variations

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

Color information

#89320F (or 0x89320F) is known color: Saddle Brown. HEX triplet: 89, 32 and 0F. RGB value is (137,50,15). Sum of RGB (Red+Green+Blue) = 137+50+15=202 (26% of max value = 765). Red value is 137 (53.91% from 255 or 67.82% from 202); Green value is 50 (19.92% from 255 or 24.75% from 202); Blue value is 15 (6.25% from 255 or 7.43% from 202); Max value from RGB is 137 - color contains mainly: red. Hex color #89320F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #89320F is #76CDF0. Grayscale: #484848. Windows color (decimal): -7785969 or 995977. OLE color: 995977.

HSL color Cylindrical-coordinate representation of color #89320F: hue angle of 17.21º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #89320F is Cyan = 0, Magento = 0.64, Yellow = 0.89 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 50 15 -
CMYK 0 0.64 0.89 0.46
HSL 17.21º 0.8% 0.3% -
HSV(B) 17.21º 0.89% 0.54% -
XYZ 11.54 7.63 1.32 -
YUV 72.02 95.82 174.35 -
System Red Green Blue C M Y K H S L
Decimal 137 50 15 0 0.64 0.89 0.46 17.21 0.8 0.3
Hex 89 32 F 0 40 59 2E 11 50 1E
Octal 211 62 17 0 100 131 56 21 120 36
Binary 10001001 110010 1111 0 1000000 1011001 101110 10001 1010000 11110

Color Harmonies of #89320F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89320F

Black with #89320F

Text Example


Text Example

White with #89320F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89320F; }

 p { color: rgb(137,50,15); }

 H1.HeaderClassName
 {
   color: #89320F;
 }
 .AnyTagClassName
 {
   color: #89320F;
 }
</style>

background-color css

<style>
 a { background-color: #89320F; }

 a { background-color: rgb(137,50,15); }

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

border-color css

<style>
 span { border-color: #89320F; }

 span { border-color: rgb(137,50,15); }

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