#895C1B

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

Shades of Afghan Tan #895C1B

Tints of Afghan Tan #895C1B

Color information

#895C1B (or 0x895C1B) is unknown color: approx Afghan Tan. HEX triplet: 89, 5C and 1B. RGB value is (137,92,27). Sum of RGB (Red+Green+Blue) = 137+92+27=256 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.52% from 256); Green value is 92 (36.33% from 255 or 35.94% from 256); Blue value is 27 (10.94% from 255 or 10.55% from 256); Max value from RGB is 137 - color contains mainly: red. Hex color #895C1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895C1B is #76A3E4. Grayscale: #626262. Windows color (decimal): -7775205 or 1793161. OLE color: 1793161.

HSL color Cylindrical-coordinate representation of color #895C1B: hue angle of 35.45º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #895C1B is Cyan = 0, Magento = 0.33, Yellow = 0.80 and Black (K on CMYK) = 0.46.

Color convert

RGB1379227-
CMYK00.330.800.46
HSL35.45º67.07%32.16%-
HSV(B)35.45º80.29%53.73%-
XYZ14.3413.052.8-
YUV98.0487.91155.79-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 53.52%
GREEN value IS 92 (36.33% from 255) = 35.94%
BLUE value IS 27 (10.94% from 255) = 10.55%
R=53.52%
G=35.94%
B=10.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.80
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137922700.330.800.4635.4567.0732.16
Hex895C1B021502E234320
Octal21113433041120564310340
Binary10001001101110011011010000110100001011101000111000011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895C1B; }

 p { color: rgb(137,92,27); }

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

<style>
 a { background-color: #895C1B; }

 a { background-color: rgb(137,92,27); }

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

<style>
 span { border-color: #895C1B; }

 span { border-color: rgb(137,92,27); }

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