Html Css Color HEX #89530D Saddle Brown

📋 copy color: '#89530D'

red 137 ◦ green 83 ◦ blue 13

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

Shades of Saddle Brown #89530D

Tints of Saddle Brown #89530D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 35.62%

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

R = 58.8%
G = 35.62%
B = 5.58%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.91

 K value IS 0.46

RGB Variations

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

Color information

#89530D (or 0x89530D) is known color: Saddle Brown. HEX triplet: 89, 53 and 0D. RGB value is (137,83,13). Sum of RGB (Red+Green+Blue) = 137+83+13=233 (30% of max value = 765). Red value is 137 (53.91% from 255 or 58.80% from 233); Green value is 83 (32.81% from 255 or 35.62% from 233); Blue value is 13 (5.47% from 255 or 5.58% from 233); Max value from RGB is 137 - color contains mainly: red. Hex color #89530D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #89530D is #76ACF2. Grayscale: #5B5B5B. Windows color (decimal): -7777523 or 873353. OLE color: 873353.

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

Color convert

RGB 137 83 13 -
CMYK 0 0.39 0.91 0.46
HSL 33.87º 0.83% 0.29% -
HSV(B) 33.87º 0.91% 0.54% -
XYZ 13.48 11.53 1.9 -
YUV 91.17 83.89 160.69 -
System Red Green Blue C M Y K H S L
Decimal 137 83 13 0 0.39 0.91 0.46 33.87 0.83 0.29
Hex 89 53 D 0 27 5B 2E 22 53 1D
Octal 211 123 15 0 47 133 56 42 123 35
Binary 10001001 1010011 1101 0 100111 1011011 101110 100010 1010011 11101

Color Harmonies of #89530D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89530D

Black with #89530D

Text Example


Text Example

White with #89530D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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