Html Css Color HEX #89380D Saddle Brown

📋 copy color: '#89380D'

red 137 ◦ green 56 ◦ blue 13

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

Shades of Saddle Brown #89380D

Tints of Saddle Brown #89380D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 27.18%

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

R = 66.5%
G = 27.18%
B = 6.31%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.91

 K value IS 0.46

RGB Variations

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

Color information

#89380D (or 0x89380D) is known color: Saddle Brown. HEX triplet: 89, 38 and 0D. RGB value is (137,56,13). Sum of RGB (Red+Green+Blue) = 137+56+13=206 (27% of max value = 765). Red value is 137 (53.91% from 255 or 66.50% from 206); Green value is 56 (22.27% from 255 or 27.18% from 206); Blue value is 13 (5.47% from 255 or 6.31% from 206); Max value from RGB is 137 - color contains mainly: red. Hex color #89380D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #89380D is #76C7F2. Grayscale: #4B4B4B. Windows color (decimal): -7784435 or 866441. OLE color: 866441.

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

Color convert

RGB 137 56 13 -
CMYK 0 0.59 0.91 0.46
HSL 20.81º 0.83% 0.29% -
HSV(B) 20.81º 0.91% 0.54% -
XYZ 11.8 8.18 1.34 -
YUV 75.32 92.84 172 -
System Red Green Blue C M Y K H S L
Decimal 137 56 13 0 0.59 0.91 0.46 20.81 0.83 0.29
Hex 89 38 D 0 3B 5B 2E 15 53 1D
Octal 211 70 15 0 73 133 56 25 123 35
Binary 10001001 111000 1101 0 111011 1011011 101110 10101 1010011 11101

Color Harmonies of #89380D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89380D

Black with #89380D

Text Example


Text Example

White with #89380D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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