#955928

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

Shades of Afghan Tan #955928

Tints of Afghan Tan #955928

Color information

#955928 (or 0x955928) is unknown color: approx Afghan Tan. HEX triplet: 95, 59 and 28. RGB value is (149,89,40). Sum of RGB (Red+Green+Blue) = 149+89+40=278 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.60% from 278); Green value is 89 (35.16% from 255 or 32.01% from 278); Blue value is 40 (16.02% from 255 or 14.39% from 278); Max value from RGB is 149 - color contains mainly: red. Hex color #955928 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955928 is #6AA6D7. Grayscale: #656565. Windows color (decimal): -6989528 or 2644373. OLE color: 2644373.

HSL color Cylindrical-coordinate representation of color #955928: hue angle of 26.97º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #955928 is Cyan = 0, Magento = 0.40, Yellow = 0.73 and Black (K on CMYK) = 0.42.

Color convert

RGB1498940-
CMYK00.400.730.42
HSL26.97º57.67%37.06%-
HSV(B)26.97º73.15%58.43%-
XYZ16.3513.693.79-
YUV101.3593.38161.98-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 53.60%
GREEN value IS 89 (35.16% from 255) = 32.01%
BLUE value IS 40 (16.02% from 255) = 14.39%
R=53.60%
G=32.01%
B=14.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.73
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149894000.400.730.4226.9757.6737.06
Hex955928028492A1b3a25
Octal2251315005011152337245
Binary1001010110110011010000101000100100110101011011111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955928; }

 p { color: rgb(149,89,40); }

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

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

 a { background-color: rgb(149,89,40); }

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

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

 span { border-color: rgb(149,89,40); }

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