#89530B

Color #89530B Saddle Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle Brown #89530B

Tints of Saddle Brown #89530B

Color information

#89530B (or 0x89530B) is unknown color: approx Saddle Brown. HEX triplet: 89, 53 and 0B. RGB value is (137,83,11). Sum of RGB (Red+Green+Blue) = 137+83+11=231 (30% of max value = 765). Red value is 137 (53.91% from 255 or 59.31% from 231); Green value is 83 (32.81% from 255 or 35.93% from 231); Blue value is 11 (4.69% from 255 or 4.76% from 231); Max value from RGB is 137 - color contains mainly: red. Hex color #89530B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #89530B is #76ACF4. Grayscale: #5B5B5B. Windows color (decimal): -7777525 or 742281. OLE color: 742281.

HSL color Cylindrical-coordinate representation of color #89530B: hue angle of 34.29º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #89530B is Cyan = 0, Magento = 0.39, Yellow = 0.92 and Black (K on CMYK) = 0.46.

Color convert

RGB1378311-
CMYK00.390.920.46
HSL34.29º85.14%29.02%-
HSV(B)34.29º91.97%53.73%-
XYZ13.4711.531.83-
YUV90.9482.89160.85-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 59.31%
GREEN value IS 83 (32.81% from 255) = 35.93%
BLUE value IS 11 (4.69% from 255) = 4.76%
R=59.31%
G=35.93%
B=4.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.92
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137831100.390.920.4634.2985.1429.02
Hex8953B0275C2E22551d
Octal21112313047134564212535
Binary100010011010011101101001111011100101110100010101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89530B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #89530B;
 }
 .AnyTagClassName
 {
   color: #89530B;
 }
</style>
background-color css

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

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

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

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

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

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