Html Css Color HEX #89601D Afghan Tan

📋 copy color: '#89601D'

red 137 ◦ green 96 ◦ blue 29

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

Shades of Afghan Tan #89601D

Tints of Afghan Tan #89601D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 36.64%

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

R = 52.29%
G = 36.64%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.79

 K value IS 0.46

RGB Variations

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

Color information

#89601D (or 0x89601D) is known color: Afghan Tan. HEX triplet: 89, 60 and 1D. RGB value is (137,96,29). Sum of RGB (Red+Green+Blue) = 137+96+29=262 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.29% from 262); Green value is 96 (37.89% from 255 or 36.64% from 262); Blue value is 29 (11.72% from 255 or 11.07% from 262); Max value from RGB is 137 - color contains mainly: red. Hex color #89601D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #89601D is #769FE2. Grayscale: #646464. Windows color (decimal): -7774179 or 1925257. OLE color: 1925257.

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

Color convert

RGB 137 96 29 -
CMYK 0 0.30 0.79 0.46
HSL 37.22º 0.65% 0.33% -
HSV(B) 37.22º 0.79% 0.54% -
XYZ 14.72 13.77 3.04 -
YUV 100.62 87.58 153.95 -
System Red Green Blue C M Y K H S L
Decimal 137 96 29 0 0.30 0.79 0.46 37.22 0.65 0.33
Hex 89 60 1D 0 1E 4F 2E 25 41 21
Octal 211 140 35 0 36 117 56 45 101 41
Binary 10001001 1100000 11101 0 11110 1001111 101110 100101 1000001 100001

Color Harmonies of #89601D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89601D

Black with #89601D

Text Example


Text Example

White with #89601D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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