Html Css Color HEX #89300D Saddle Brown

📋 copy color: '#89300D'

red 137 ◦ green 48 ◦ blue 13

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

Shades of Saddle Brown #89300D

Tints of Saddle Brown #89300D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 24.24%

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

R = 69.19%
G = 24.24%
B = 6.57%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.91

 K value IS 0.46

RGB Variations

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

Color information

#89300D (or 0x89300D) is known color: Saddle Brown. HEX triplet: 89, 30 and 0D. RGB value is (137,48,13). Sum of RGB (Red+Green+Blue) = 137+48+13=198 (26% of max value = 765). Red value is 137 (53.91% from 255 or 69.19% from 198); Green value is 48 (19.14% from 255 or 24.24% from 198); Blue value is 13 (5.47% from 255 or 6.57% from 198); Max value from RGB is 137 - color contains mainly: red. Hex color #89300D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #89300D is #76CFF2. Grayscale: #464646. Windows color (decimal): -7786483 or 864393. OLE color: 864393.

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

Color convert

RGB 137 48 13 -
CMYK 0 0.65 0.91 0.46
HSL 16.94º 0.83% 0.29% -
HSV(B) 16.94º 0.91% 0.54% -
XYZ 11.45 7.46 1.22 -
YUV 70.62 95.49 175.35 -
System Red Green Blue C M Y K H S L
Decimal 137 48 13 0 0.65 0.91 0.46 16.94 0.83 0.29
Hex 89 30 D 0 41 5B 2E 11 53 1D
Octal 211 60 15 0 101 133 56 21 123 35
Binary 10001001 110000 1101 0 1000001 1011011 101110 10001 1010011 11101

Color Harmonies of #89300D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89300D

Black with #89300D

Text Example


Text Example

White with #89300D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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