Html Css Color HEX #8B5825 Afghan Tan

📋 copy color: '#8B5825'

red 139 ◦ green 88 ◦ blue 37

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

Shades of Afghan Tan #8B5825

Tints of Afghan Tan #8B5825

RGB

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

 GREEN value IS 88 (34.77% from 255) = 33.33%

 BLUE value IS 37 (14.84% from 255) = 14.02%

R = 52.65%
G = 33.33%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.73

 K value IS 0.45

RGB Variations

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

Color information

#8B5825 (or 0x8B5825) is known color: Afghan Tan. HEX triplet: 8B, 58 and 25. RGB value is (139,88,37). Sum of RGB (Red+Green+Blue) = 139+88+37=264 (34% of max value = 765). Red value is 139 (54.69% from 255 or 52.65% from 264); Green value is 88 (34.77% from 255 or 33.33% from 264); Blue value is 37 (14.84% from 255 or 14.02% from 264); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5825 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5825 is #74A7DA. Grayscale: #616161. Windows color (decimal): -7645147 or 2447499. OLE color: 2447499.

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

Color convert

RGB 139 88 37 -
CMYK 0 0.37 0.73 0.45
HSL 30º 0.58% 0.35% -
HSV(B) 30º 0.73% 0.55% -
XYZ 14.47 12.6 3.42 -
YUV 97.44 93.9 157.65 -
System Red Green Blue C M Y K H S L
Decimal 139 88 37 0 0.37 0.73 0.45 30 0.58 0.35
Hex 8B 58 25 0 25 49 2D 1E 3A 23
Octal 213 130 45 0 45 111 55 36 72 43
Binary 10001011 1011000 100101 0 100101 1001001 101101 11110 111010 100011

Color Harmonies of #8B5825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B5825

Black with #8B5825

Text Example


Text Example

White with #8B5825

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,88,37); }

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

background-color css

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

 a { background-color: rgb(139,88,37); }

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

border-color css

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

 span { border-color: rgb(139,88,37); }

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