Html Css Color HEX #8B6325 Afghan Tan

📋 copy color: '#8B6325'

red 139 ◦ green 99 ◦ blue 37

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

Shades of Afghan Tan #8B6325

Tints of Afghan Tan #8B6325

RGB

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

 GREEN value IS 99 (39.06% from 255) = 36%

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

R = 50.55%
G = 36%
B = 13.45%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.73

 K value IS 0.45

RGB Variations

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

Color information

#8B6325 (or 0x8B6325) is known color: Afghan Tan. HEX triplet: 8B, 63 and 25. RGB value is (139,99,37). Sum of RGB (Red+Green+Blue) = 139+99+37=275 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.55% from 275); Green value is 99 (39.06% from 255 or 36% from 275); Blue value is 37 (14.84% from 255 or 13.45% from 275); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6325 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B6325 is #749CDA. Grayscale: #686868. Windows color (decimal): -7642331 or 2450315. OLE color: 2450315.

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

Color convert

RGB 139 99 37 -
CMYK 0 0.29 0.73 0.45
HSL 36.47º 0.58% 0.35% -
HSV(B) 36.47º 0.73% 0.55% -
XYZ 15.44 14.55 3.74 -
YUV 103.89 90.25 153.04 -
System Red Green Blue C M Y K H S L
Decimal 139 99 37 0 0.29 0.73 0.45 36.47 0.58 0.35
Hex 8B 63 25 0 1D 49 2D 24 3A 23
Octal 213 143 45 0 35 111 55 44 72 43
Binary 10001011 1100011 100101 0 11101 1001001 101101 100100 111010 100011

Color Harmonies of #8B6325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B6325

Black with #8B6325

Text Example


Text Example

White with #8B6325

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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