Html Css Color HEX #89581B Afghan Tan

📋 copy color: '#89581B'

red 137 ◦ green 88 ◦ blue 27

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

Shades of Afghan Tan #89581B

Tints of Afghan Tan #89581B

RGB

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

 GREEN value IS 88 (34.77% from 255) = 34.92%

 BLUE value IS 27 (10.94% from 255) = 10.71%

R = 54.37%
G = 34.92%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.80

 K value IS 0.46

RGB Variations

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

Color information

#89581B (or 0x89581B) is known color: Afghan Tan. HEX triplet: 89, 58 and 1B. RGB value is (137,88,27). Sum of RGB (Red+Green+Blue) = 137+88+27=252 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.37% from 252); Green value is 88 (34.77% from 255 or 34.92% from 252); Blue value is 27 (10.94% from 255 or 10.71% from 252); Max value from RGB is 137 - color contains mainly: red. Hex color #89581B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #89581B is #76A7E4. Grayscale: #5F5F5F. Windows color (decimal): -7776229 or 1792137. OLE color: 1792137.

HSL color Cylindrical-coordinate representation of color #89581B: hue angle of 33.27º degrees, saturation: 0.67, 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 #89581B is Cyan = 0, Magento = 0.36, Yellow = 0.80 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 88 27 -
CMYK 0 0.36 0.80 0.46
HSL 33.27º 0.67% 0.32% -
HSV(B) 33.27º 0.8% 0.54% -
XYZ 14 12.38 2.69 -
YUV 95.7 89.23 157.46 -
System Red Green Blue C M Y K H S L
Decimal 137 88 27 0 0.36 0.80 0.46 33.27 0.67 0.32
Hex 89 58 1B 0 24 50 2E 21 43 20
Octal 211 130 33 0 44 120 56 41 103 40
Binary 10001001 1011000 11011 0 100100 1010000 101110 100001 1000011 100000

Color Harmonies of #89581B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89581B

Black with #89581B

Text Example


Text Example

White with #89581B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,88,27); }

 H1.HeaderClassName
 {
   color: #89581B;
 }
 .AnyTagClassName
 {
   color: #89581B;
 }
</style>

background-color css

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

 a { background-color: rgb(137,88,27); }

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

border-color css

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

 span { border-color: rgb(137,88,27); }

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