Html Css Color HEX #89480D Saddle Brown

📋 copy color: '#89480D'

red 137 ◦ green 72 ◦ blue 13

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

Shades of Saddle Brown #89480D

Tints of Saddle Brown #89480D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 32.43%

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

R = 61.71%
G = 32.43%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.91

 K value IS 0.46

RGB Variations

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

Color information

#89480D (or 0x89480D) is known color: Saddle Brown. HEX triplet: 89, 48 and 0D. RGB value is (137,72,13). Sum of RGB (Red+Green+Blue) = 137+72+13=222 (29% of max value = 765). Red value is 137 (53.91% from 255 or 61.71% from 222); Green value is 72 (28.52% from 255 or 32.43% from 222); Blue value is 13 (5.47% from 255 or 5.86% from 222); Max value from RGB is 137 - color contains mainly: red. Hex color #89480D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #89480D is #76B7F2. Grayscale: #555555. Windows color (decimal): -7780339 or 870537. OLE color: 870537.

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

Color convert

RGB 137 72 13 -
CMYK 0 0.47 0.91 0.46
HSL 28.55º 0.83% 0.29% -
HSV(B) 28.55º 0.91% 0.54% -
XYZ 12.71 9.98 1.64 -
YUV 84.71 87.53 165.3 -
System Red Green Blue C M Y K H S L
Decimal 137 72 13 0 0.47 0.91 0.46 28.55 0.83 0.29
Hex 89 48 D 0 2F 5B 2E 1D 53 1D
Octal 211 110 15 0 57 133 56 35 123 35
Binary 10001001 1001000 1101 0 101111 1011011 101110 11101 1010011 11101

Color Harmonies of #89480D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89480D

Black with #89480D

Text Example


Text Example

White with #89480D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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