Html Css Color HEX #89450F Saddle Brown

📋 copy color: '#89450F'

red 137 ◦ green 69 ◦ blue 15

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

Shades of Saddle Brown #89450F

Tints of Saddle Brown #89450F

RGB

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

 GREEN value IS 69 (27.34% from 255) = 31.22%

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

R = 61.99%
G = 31.22%
B = 6.79%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.89

 K value IS 0.46

RGB Variations

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

Color information

#89450F (or 0x89450F) is known color: Saddle Brown. HEX triplet: 89, 45 and 0F. RGB value is (137,69,15). Sum of RGB (Red+Green+Blue) = 137+69+15=221 (29% of max value = 765). Red value is 137 (53.91% from 255 or 61.99% from 221); Green value is 69 (27.34% from 255 or 31.22% from 221); Blue value is 15 (6.25% from 255 or 6.79% from 221); Max value from RGB is 137 - color contains mainly: red. Hex color #89450F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #89450F is #76BAF0. Grayscale: #535353. Windows color (decimal): -7781105 or 1000841. OLE color: 1000841.

HSL color Cylindrical-coordinate representation of color #89450F: hue angle of 26.56º 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 #89450F is Cyan = 0, Magento = 0.50, Yellow = 0.89 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 69 15 -
CMYK 0 0.50 0.89 0.46
HSL 26.56º 0.8% 0.3% -
HSV(B) 26.56º 0.89% 0.54% -
XYZ 12.53 9.61 1.65 -
YUV 83.18 89.53 166.39 -
System Red Green Blue C M Y K H S L
Decimal 137 69 15 0 0.50 0.89 0.46 26.56 0.8 0.3
Hex 89 45 F 0 32 59 2E 1B 50 1E
Octal 211 105 17 0 62 131 56 33 120 36
Binary 10001001 1000101 1111 0 110010 1011001 101110 11011 1010000 11110

Color Harmonies of #89450F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89450F

Black with #89450F

Text Example


Text Example

White with #89450F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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