#8B5923

Color #8B5923 Afghan Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Afghan Tan #8B5923

Tints of Afghan Tan #8B5923

Color information

#8B5923 (or 0x8B5923) is unknown color: approx Afghan Tan. HEX triplet: 8B, 59 and 23. RGB value is (139,89,35). Sum of RGB (Red+Green+Blue) = 139+89+35=263 (34% of max value = 765). Red value is 139 (54.69% from 255 or 52.85% from 263); Green value is 89 (35.16% from 255 or 33.84% from 263); Blue value is 35 (14.06% from 255 or 13.31% from 263); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5923 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5923 is #74A6DC. Grayscale: #626262. Windows color (decimal): -7644893 or 2316683. OLE color: 2316683.

HSL color Cylindrical-coordinate representation of color #8B5923: hue angle of 31.15º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8B5923 is Cyan = 0, Magento = 0.36, Yellow = 0.75 and Black (K on CMYK) = 0.45.

Color convert

RGB1398935-
CMYK00.360.750.45
HSL31.15º59.77%34.12%-
HSV(B)31.15º74.82%54.51%-
XYZ14.5212.763.29-
YUV97.7992.56157.39-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 52.85%
GREEN value IS 89 (35.16% from 255) = 33.84%
BLUE value IS 35 (14.06% from 255) = 13.31%
R=52.85%
G=33.84%
B=13.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.75
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139893500.360.750.4531.1559.7734.12
Hex8B59230244B2D1f3c22
Octal2131314304411355377442
Binary1000101110110011000110100100100101110110111111111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,89,35); }

 H1.HeaderClassName
 {
   color: #8B5923;
 }
 .AnyTagClassName
 {
   color: #8B5923;
 }
</style>
background-color css

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

 a { background-color: rgb(139,89,35); }

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

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

 span { border-color: rgb(139,89,35); }

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