Html Css Color HEX #8A5C26 Afghan Tan

📋 copy color: '#8A5C26'

red 138 ◦ green 92 ◦ blue 38

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

Shades of Afghan Tan #8A5C26

Tints of Afghan Tan #8A5C26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 14.18%

R = 51.49%
G = 34.33%
B = 14.18%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.72

 K value IS 0.46

RGB Variations

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

Color information

#8A5C26 (or 0x8A5C26) is known color: Afghan Tan. HEX triplet: 8A, 5C and 26. RGB value is (138,92,38). Sum of RGB (Red+Green+Blue) = 138+92+38=268 (35% of max value = 765). Red value is 138 (54.30% from 255 or 51.49% from 268); Green value is 92 (36.33% from 255 or 34.33% from 268); Blue value is 38 (15.23% from 255 or 14.18% from 268); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5C26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A5C26 is #75A3D9. Grayscale: #636363. Windows color (decimal): -7709658 or 2514058. OLE color: 2514058.

HSL color Cylindrical-coordinate representation of color #8A5C26: hue angle of 32.4º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8A5C26 is Cyan = 0, Magento = 0.33, Yellow = 0.72 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 92 38 -
CMYK 0 0.33 0.72 0.46
HSL 32.4º 0.57% 0.35% -
HSV(B) 32.4º 0.72% 0.54% -
XYZ 14.66 13.2 3.61 -
YUV 99.6 93.24 155.39 -
System Red Green Blue C M Y K H S L
Decimal 138 92 38 0 0.33 0.72 0.46 32.4 0.57 0.35
Hex 8A 5C 26 0 21 48 2E 20 39 23
Octal 212 134 46 0 41 110 56 40 71 43
Binary 10001010 1011100 100110 0 100001 1001000 101110 100000 111001 100011

Color Harmonies of #8A5C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A5C26

Black with #8A5C26

Text Example


Text Example

White with #8A5C26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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