Html Css Color HEX #89450D Saddle Brown

📋 copy color: '#89450D'

red 137 ◦ green 69 ◦ blue 13

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

Shades of Saddle Brown #89450D

Tints of Saddle Brown #89450D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.94%

R = 62.56%
G = 31.51%
B = 5.94%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.91

 K value IS 0.46

RGB Variations

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

Color information

#89450D (or 0x89450D) is known color: Saddle Brown. HEX triplet: 89, 45 and 0D. RGB value is (137,69,13). Sum of RGB (Red+Green+Blue) = 137+69+13=219 (29% of max value = 765). Red value is 137 (53.91% from 255 or 62.56% from 219); Green value is 69 (27.34% from 255 or 31.51% from 219); Blue value is 13 (5.47% from 255 or 5.94% from 219); Max value from RGB is 137 - color contains mainly: red. Hex color #89450D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #89450D is #76BAF2. Grayscale: #535353. Windows color (decimal): -7781107 or 869769. OLE color: 869769.

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

Color convert

RGB 137 69 13 -
CMYK 0 0.50 0.91 0.46
HSL 27.1º 0.83% 0.29% -
HSV(B) 27.1º 0.91% 0.54% -
XYZ 12.52 9.6 1.57 -
YUV 82.95 88.53 166.55 -
System Red Green Blue C M Y K H S L
Decimal 137 69 13 0 0.50 0.91 0.46 27.1 0.83 0.29
Hex 89 45 D 0 32 5B 2E 1B 53 1D
Octal 211 105 15 0 62 133 56 33 123 35
Binary 10001001 1000101 1101 0 110010 1011011 101110 11011 1010011 11101

Color Harmonies of #89450D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89450D

Black with #89450D

Text Example


Text Example

White with #89450D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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