Html Css Color HEX #8B5A25 Afghan Tan

📋 copy color: '#8B5A25'

red 139 ◦ green 90 ◦ blue 37

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

Shades of Afghan Tan #8B5A25

Tints of Afghan Tan #8B5A25

RGB

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

 GREEN value IS 90 (35.55% from 255) = 33.83%

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

R = 52.26%
G = 33.83%
B = 13.91%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.73

 K value IS 0.45

RGB Variations

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

Color information

#8B5A25 (or 0x8B5A25) is known color: Afghan Tan. HEX triplet: 8B, 5A and 25. RGB value is (139,90,37). Sum of RGB (Red+Green+Blue) = 139+90+37=266 (35% of max value = 765). Red value is 139 (54.69% from 255 or 52.26% from 266); Green value is 90 (35.55% from 255 or 33.83% from 266); Blue value is 37 (14.84% from 255 or 13.91% from 266); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5A25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5A25 is #74A5DA. Grayscale: #626262. Windows color (decimal): -7644635 or 2448011. OLE color: 2448011.

HSL color Cylindrical-coordinate representation of color #8B5A25: hue angle of 31.18º 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 #8B5A25 is Cyan = 0, Magento = 0.35, Yellow = 0.73 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 90 37 -
CMYK 0 0.35 0.73 0.45
HSL 31.18º 0.58% 0.35% -
HSV(B) 31.18º 0.73% 0.55% -
XYZ 14.64 12.93 3.48 -
YUV 98.61 93.23 156.81 -
System Red Green Blue C M Y K H S L
Decimal 139 90 37 0 0.35 0.73 0.45 31.18 0.58 0.35
Hex 8B 5A 25 0 23 49 2D 1F 3A 23
Octal 213 132 45 0 43 111 55 37 72 43
Binary 10001011 1011010 100101 0 100011 1001001 101101 11111 111010 100011

Color Harmonies of #8B5A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B5A25

Black with #8B5A25

Text Example


Text Example

White with #8B5A25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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