Html Css Color HEX #89551C Afghan Tan

📋 copy color: '#89551C'

red 137 ◦ green 85 ◦ blue 28

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

Shades of Afghan Tan #89551C

Tints of Afghan Tan #89551C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 34%

 BLUE value IS 28 (11.33% from 255) = 11.2%

R = 54.8%
G = 34%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.80

 K value IS 0.46

RGB Variations

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

Color information

#89551C (or 0x89551C) is known color: Afghan Tan. HEX triplet: 89, 55 and 1C. RGB value is (137,85,28). Sum of RGB (Red+Green+Blue) = 137+85+28=250 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.8% from 250); Green value is 85 (33.59% from 255 or 34% from 250); Blue value is 28 (11.33% from 255 or 11.2% from 250); Max value from RGB is 137 - color contains mainly: red. Hex color #89551C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #89551C is #76AAE3. Grayscale: #5E5E5E. Windows color (decimal): -7776996 or 1856905. OLE color: 1856905.

HSL color Cylindrical-coordinate representation of color #89551C: hue angle of 31.38º 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 #89551C is Cyan = 0, Magento = 0.38, Yellow = 0.80 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 85 28 -
CMYK 0 0.38 0.80 0.46
HSL 31.38º 0.66% 0.32% -
HSV(B) 31.38º 0.8% 0.54% -
XYZ 13.77 11.9 2.67 -
YUV 94.05 90.73 158.63 -
System Red Green Blue C M Y K H S L
Decimal 137 85 28 0 0.38 0.80 0.46 31.38 0.66 0.32
Hex 89 55 1C 0 26 50 2E 1F 42 20
Octal 211 125 34 0 46 120 56 37 102 40
Binary 10001001 1010101 11100 0 100110 1010000 101110 11111 1000010 100000

Color Harmonies of #89551C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89551C

Black with #89551C

Text Example


Text Example

White with #89551C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #89551C;
 }
 .AnyTagClassName
 {
   color: #89551C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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