Html Css Color HEX #8E6523 Afghan Tan

📋 copy color: '#8E6523'

red 142 ◦ green 101 ◦ blue 35

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

Shades of Afghan Tan #8E6523

Tints of Afghan Tan #8E6523

RGB

 RED value IS 142 (55.86% from 255) = 51.08%

 GREEN value IS 101 (39.84% from 255) = 36.33%

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

R = 51.08%
G = 36.33%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.75

 K value IS 0.44

RGB Variations

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

Color information

#8E6523 (or 0x8E6523) is known color: Afghan Tan. HEX triplet: 8E, 65 and 23. RGB value is (142,101,35). Sum of RGB (Red+Green+Blue) = 142+101+35=278 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.08% from 278); Green value is 101 (39.84% from 255 or 36.33% from 278); Blue value is 35 (14.06% from 255 or 12.59% from 278); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6523 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E6523 is #719ADC. Grayscale: #6A6A6A. Windows color (decimal): -7445213 or 2319758. OLE color: 2319758.

HSL color Cylindrical-coordinate representation of color #8E6523: hue angle of 37.01º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8E6523 is Cyan = 0, Magento = 0.29, Yellow = 0.75 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 101 35 -
CMYK 0 0.29 0.75 0.44
HSL 37.01º 0.6% 0.35% -
HSV(B) 37.01º 0.75% 0.56% -
XYZ 16.11 15.18 3.67 -
YUV 105.74 88.08 153.87 -
System Red Green Blue C M Y K H S L
Decimal 142 101 35 0 0.29 0.75 0.44 37.01 0.6 0.35
Hex 8E 65 23 0 1D 4B 2C 25 3C 23
Octal 216 145 43 0 35 113 54 45 74 43
Binary 10001110 1100101 100011 0 11101 1001011 101100 100101 111100 100011

Color Harmonies of #8E6523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6523

Black with #8E6523

Text Example


Text Example

White with #8E6523

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,101,35); }

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

background-color css

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

 a { background-color: rgb(142,101,35); }

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

border-color css

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

 span { border-color: rgb(142,101,35); }

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