Html Css Color HEX #8D5923 Afghan Tan

📋 copy color: '#8D5923'

red 141 ◦ green 89 ◦ blue 35

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

Shades of Afghan Tan #8D5923

Tints of Afghan Tan #8D5923

RGB

 RED value IS 141 (55.47% from 255) = 53.21%

 GREEN value IS 89 (35.16% from 255) = 33.58%

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

R = 53.21%
G = 33.58%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.75

 K value IS 0.45

RGB Variations

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

Color information

#8D5923 (or 0x8D5923) is known color: Afghan Tan. HEX triplet: 8D, 59 and 23. RGB value is (141,89,35). Sum of RGB (Red+Green+Blue) = 141+89+35=265 (35% of max value = 765). Red value is 141 (55.47% from 255 or 53.21% from 265); Green value is 89 (35.16% from 255 or 33.58% from 265); Blue value is 35 (14.06% from 255 or 13.21% from 265); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5923 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D5923 is #72A6DC. Grayscale: #626262. Windows color (decimal): -7513821 or 2316685. OLE color: 2316685.

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

Color convert

RGB 141 89 35 -
CMYK 0 0.37 0.75 0.45
HSL 30.57º 0.6% 0.35% -
HSV(B) 30.57º 0.75% 0.55% -
XYZ 14.86 12.93 3.3 -
YUV 98.39 92.23 158.39 -
System Red Green Blue C M Y K H S L
Decimal 141 89 35 0 0.37 0.75 0.45 30.57 0.6 0.35
Hex 8D 59 23 0 25 4B 2D 1F 3C 23
Octal 215 131 43 0 45 113 55 37 74 43
Binary 10001101 1011001 100011 0 100101 1001011 101101 11111 111100 100011

Color Harmonies of #8D5923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D5923

Black with #8D5923

Text Example


Text Example

White with #8D5923

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,89,35); }

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

background-color css

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

 a { background-color: rgb(141,89,35); }

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

border-color css

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

 span { border-color: rgb(141,89,35); }

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