Html Css Color HEX #8A5323 Afghan Tan

📋 copy color: '#8A5323'

red 138 ◦ green 83 ◦ blue 35

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

Shades of Afghan Tan #8A5323

Tints of Afghan Tan #8A5323

RGB

 RED value IS 138 (54.3% from 255) = 53.91%

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

 BLUE value IS 35 (14.06% from 255) = 13.67%

R = 53.91%
G = 32.42%
B = 13.67%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.75

 K value IS 0.46

RGB Variations

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

Color information

#8A5323 (or 0x8A5323) is known color: Afghan Tan. HEX triplet: 8A, 53 and 23. RGB value is (138,83,35). Sum of RGB (Red+Green+Blue) = 138+83+35=256 (33% of max value = 765). Red value is 138 (54.30% from 255 or 53.91% from 256); Green value is 83 (32.81% from 255 or 32.42% from 256); Blue value is 35 (14.06% from 255 or 13.67% from 256); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5323 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A5323 is #75ACDC. Grayscale: #5E5E5E. Windows color (decimal): -7711965 or 2315146. OLE color: 2315146.

HSL color Cylindrical-coordinate representation of color #8A5323: hue angle of 27.96º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8A5323 is Cyan = 0, Magento = 0.40, Yellow = 0.75 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 83 35 -
CMYK 0 0.40 0.75 0.46
HSL 27.96º 0.6% 0.34% -
HSV(B) 27.96º 0.75% 0.54% -
XYZ 13.88 11.71 3.12 -
YUV 93.97 94.72 159.4 -
System Red Green Blue C M Y K H S L
Decimal 138 83 35 0 0.40 0.75 0.46 27.96 0.6 0.34
Hex 8A 53 23 0 28 4B 2E 1C 3C 22
Octal 212 123 43 0 50 113 56 34 74 42
Binary 10001010 1010011 100011 0 101000 1001011 101110 11100 111100 100010

Color Harmonies of #8A5323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A5323

Black with #8A5323

Text Example


Text Example

White with #8A5323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A5323; }

 p { color: rgb(138,83,35); }

 H1.HeaderClassName
 {
   color: #8A5323;
 }
 .AnyTagClassName
 {
   color: #8A5323;
 }
</style>

background-color css

<style>
 a { background-color: #8A5323; }

 a { background-color: rgb(138,83,35); }

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

border-color css

<style>
 span { border-color: #8A5323; }

 span { border-color: rgb(138,83,35); }

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