Html Css Color HEX #89531D Afghan Tan

📋 copy color: '#89531D'

red 137 ◦ green 83 ◦ blue 29

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

Shades of Afghan Tan #89531D

Tints of Afghan Tan #89531D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 33.33%

 BLUE value IS 29 (11.72% from 255) = 11.65%

R = 55.02%
G = 33.33%
B = 11.65%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.79

 K value IS 0.46

RGB Variations

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

Color information

#89531D (or 0x89531D) is known color: Afghan Tan. HEX triplet: 89, 53 and 1D. RGB value is (137,83,29). Sum of RGB (Red+Green+Blue) = 137+83+29=249 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.02% from 249); Green value is 83 (32.81% from 255 or 33.33% from 249); Blue value is 29 (11.72% from 255 or 11.65% from 249); Max value from RGB is 137 - color contains mainly: red. Hex color #89531D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #89531D is #76ACE2. Grayscale: #5D5D5D. Windows color (decimal): -7777507 or 1921929. OLE color: 1921929.

HSL color Cylindrical-coordinate representation of color #89531D: hue angle of 30º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #89531D is Cyan = 0, Magento = 0.39, Yellow = 0.79 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 83 29 -
CMYK 0 0.39 0.79 0.46
HSL 30º 0.65% 0.33% -
HSV(B) 30º 0.79% 0.54% -
XYZ 13.63 11.59 2.68 -
YUV 92.99 91.89 159.39 -
System Red Green Blue C M Y K H S L
Decimal 137 83 29 0 0.39 0.79 0.46 30 0.65 0.33
Hex 89 53 1D 0 27 4F 2E 1E 41 21
Octal 211 123 35 0 47 117 56 36 101 41
Binary 10001001 1010011 11101 0 100111 1001111 101110 11110 1000001 100001

Color Harmonies of #89531D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89531D

Black with #89531D

Text Example


Text Example

White with #89531D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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