#95541A

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

Shades of Afghan Tan #95541A

Tints of Afghan Tan #95541A

Color information

#95541A (or 0x95541A) is unknown color: approx Afghan Tan. HEX triplet: 95, 54 and 1A. RGB value is (149,84,26). Sum of RGB (Red+Green+Blue) = 149+84+26=259 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.53% from 259); Green value is 84 (33.20% from 255 or 32.43% from 259); Blue value is 26 (10.55% from 255 or 10.04% from 259); Max value from RGB is 149 - color contains mainly: red. Hex color #95541A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95541A is #6AABE5. Grayscale: #616161. Windows color (decimal): -6990822 or 1725589. OLE color: 1725589.

HSL color Cylindrical-coordinate representation of color #95541A: hue angle of 28.29º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #95541A is Cyan = 0, Magento = 0.44, Yellow = 0.83 and Black (K on CMYK) = 0.42.

Color convert

RGB1498426-
CMYK00.440.830.42
HSL28.29º70.29%34.31%-
HSV(B)28.29º82.55%58.43%-
XYZ15.7512.82.62-
YUV96.8288.03165.22-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 57.53%
GREEN value IS 84 (33.20% from 255) = 32.43%
BLUE value IS 26 (10.55% from 255) = 10.04%
R=57.53%
G=32.43%
B=10.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.83
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149842600.440.830.4228.2970.2934.31
Hex95541A02C532A1c4622
Octal22512432054123523410642
Binary1001010110101001101001011001010011101010111001000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95541A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95541A; }

 p { color: rgb(149,84,26); }

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

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

 a { background-color: rgb(149,84,26); }

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

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

 span { border-color: rgb(149,84,26); }

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