Html Css Color HEX #8B5B25 Afghan Tan

📋 copy color: '#8B5B25'

red 139 ◦ green 91 ◦ blue 37

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

Shades of Afghan Tan #8B5B25

Tints of Afghan Tan #8B5B25

RGB

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

 GREEN value IS 91 (35.94% from 255) = 34.08%

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

R = 52.06%
G = 34.08%
B = 13.86%

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

#8B5B25 (or 0x8B5B25) is known color: Afghan Tan. HEX triplet: 8B, 5B and 25. RGB value is (139,91,37). Sum of RGB (Red+Green+Blue) = 139+91+37=267 (35% of max value = 765). Red value is 139 (54.69% from 255 or 52.06% from 267); Green value is 91 (35.94% from 255 or 34.08% from 267); Blue value is 37 (14.84% from 255 or 13.86% from 267); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5B25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5B25 is #74A4DA. Grayscale: #636363. Windows color (decimal): -7644379 or 2448267. OLE color: 2448267.

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

Color convert

RGB 139 91 37 -
CMYK 0 0.35 0.73 0.45
HSL 31.76º 0.58% 0.35% -
HSV(B) 31.76º 0.73% 0.55% -
XYZ 14.72 13.1 3.5 -
YUV 99.2 92.9 156.39 -
System Red Green Blue C M Y K H S L
Decimal 139 91 37 0 0.35 0.73 0.45 31.76 0.58 0.35
Hex 8B 5B 25 0 23 49 2D 20 3A 23
Octal 213 133 45 0 43 111 55 40 72 43
Binary 10001011 1011011 100101 0 100011 1001001 101101 100000 111010 100011

Color Harmonies of #8B5B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B5B25

Black with #8B5B25

Text Example


Text Example

White with #8B5B25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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