Html Css Color HEX #8A5C1B Afghan Tan

📋 copy color: '#8A5C1B'

red 138 ◦ green 92 ◦ blue 27

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

Shades of Afghan Tan #8A5C1B

Tints of Afghan Tan #8A5C1B

RGB

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

 GREEN value IS 92 (36.33% from 255) = 35.8%

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

R = 53.7%
G = 35.8%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.80

 K value IS 0.46

RGB Variations

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

Color information

#8A5C1B (or 0x8A5C1B) is known color: Afghan Tan. HEX triplet: 8A, 5C and 1B. RGB value is (138,92,27). Sum of RGB (Red+Green+Blue) = 138+92+27=257 (34% of max value = 765). Red value is 138 (54.30% from 255 or 53.70% from 257); Green value is 92 (36.33% from 255 or 35.80% from 257); Blue value is 27 (10.94% from 255 or 10.51% from 257); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5C1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A5C1B is #75A3E4. Grayscale: #626262. Windows color (decimal): -7709669 or 1793162. OLE color: 1793162.

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

Color convert

RGB 138 92 27 -
CMYK 0 0.33 0.80 0.46
HSL 35.14º 0.67% 0.32% -
HSV(B) 35.14º 0.8% 0.54% -
XYZ 14.51 13.14 2.81 -
YUV 98.34 87.74 156.29 -
System Red Green Blue C M Y K H S L
Decimal 138 92 27 0 0.33 0.80 0.46 35.14 0.67 0.32
Hex 8A 5C 1B 0 21 50 2E 23 43 20
Octal 212 134 33 0 41 120 56 43 103 40
Binary 10001010 1011100 11011 0 100001 1010000 101110 100011 1000011 100000

Color Harmonies of #8A5C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A5C1B

Black with #8A5C1B

Text Example


Text Example

White with #8A5C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,92,27); }

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

background-color css

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

 a { background-color: rgb(138,92,27); }

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

border-color css

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

 span { border-color: rgb(138,92,27); }

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