Html Css Color HEX #8B5D19 Afghan Tan

📋 copy color: '#8B5D19'

red 139 ◦ green 93 ◦ blue 25

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

Shades of Afghan Tan #8B5D19

Tints of Afghan Tan #8B5D19

RGB

 RED value IS 139 (54.69% from 255) = 54.09%

 GREEN value IS 93 (36.72% from 255) = 36.19%

 BLUE value IS 25 (10.16% from 255) = 9.73%

R = 54.09%
G = 36.19%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.82

 K value IS 0.45

RGB Variations

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

Color information

#8B5D19 (or 0x8B5D19) is known color: Afghan Tan. HEX triplet: 8B, 5D and 19. RGB value is (139,93,25). Sum of RGB (Red+Green+Blue) = 139+93+25=257 (34% of max value = 765). Red value is 139 (54.69% from 255 or 54.09% from 257); Green value is 93 (36.72% from 255 or 36.19% from 257); Blue value is 25 (10.16% from 255 or 9.73% from 257); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5D19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B5D19 is #74A2E6. Grayscale: #636363. Windows color (decimal): -7643879 or 1662347. OLE color: 1662347.

HSL color Cylindrical-coordinate representation of color #8B5D19: hue angle of 35.79º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8B5D19 is Cyan = 0, Magento = 0.33, Yellow = 0.82 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 93 25 -
CMYK 0 0.33 0.82 0.45
HSL 35.79º 0.7% 0.32% -
HSV(B) 35.79º 0.82% 0.55% -
XYZ 14.74 13.39 2.73 -
YUV 99 86.24 156.53 -
System Red Green Blue C M Y K H S L
Decimal 139 93 25 0 0.33 0.82 0.45 35.79 0.7 0.32
Hex 8B 5D 19 0 21 52 2D 24 46 20
Octal 213 135 31 0 41 122 55 44 106 40
Binary 10001011 1011101 11001 0 100001 1010010 101101 100100 1000110 100000

Color Harmonies of #8B5D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B5D19

Black with #8B5D19

Text Example


Text Example

White with #8B5D19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,93,25); }

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

background-color css

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

 a { background-color: rgb(139,93,25); }

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

border-color css

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

 span { border-color: rgb(139,93,25); }

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