#89541C

Color #89541C Afghan Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Afghan Tan #89541C

Tints of Afghan Tan #89541C

Color information

#89541C (or 0x89541C) is unknown color: approx Afghan Tan. HEX triplet: 89, 54 and 1C. RGB value is (137,84,28). Sum of RGB (Red+Green+Blue) = 137+84+28=249 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.02% from 249); Green value is 84 (33.20% from 255 or 33.73% from 249); Blue value is 28 (11.33% from 255 or 11.24% from 249); Max value from RGB is 137 - color contains mainly: red. Hex color #89541C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #89541C is #76ABE3. Grayscale: #5D5D5D. Windows color (decimal): -7777252 or 1856649. OLE color: 1856649.

HSL color Cylindrical-coordinate representation of color #89541C: hue angle of 30.83º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #89541C is Cyan = 0, Magento = 0.39, Yellow = 0.80 and Black (K on CMYK) = 0.46.

Color convert

RGB1378428-
CMYK00.390.800.46
HSL30.83º66.06%32.35%-
HSV(B)30.83º79.56%53.73%-
XYZ13.711.742.64-
YUV93.4691.06159.05-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 55.02%
GREEN value IS 84 (33.20% from 255) = 33.73%
BLUE value IS 28 (11.33% from 255) = 11.24%
R=55.02%
G=33.73%
B=11.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.80
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137842800.390.800.4630.8366.0632.35
Hex89541C027502E1f4220
Octal21112434047120563710240
Binary1000100110101001110001001111010000101110111111000010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89541C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89541C; }

 p { color: rgb(137,84,28); }

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

<style>
 a { background-color: #89541C; }

 a { background-color: rgb(137,84,28); }

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

<style>
 span { border-color: #89541C; }

 span { border-color: rgb(137,84,28); }

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