#995A23

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

Shades of Afghan Tan #995A23

Tints of Afghan Tan #995A23

Color information

#995A23 (or 0x995A23) is unknown color: approx Afghan Tan. HEX triplet: 99, 5A and 23. RGB value is (153,90,35). Sum of RGB (Red+Green+Blue) = 153+90+35=278 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.04% from 278); Green value is 90 (35.55% from 255 or 32.37% from 278); Blue value is 35 (14.06% from 255 or 12.59% from 278); Max value from RGB is 153 - color contains mainly: red. Hex color #995A23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995A23 is #66A5DC. Grayscale: #666666. Windows color (decimal): -6727133 or 2316953. OLE color: 2316953.

HSL color Cylindrical-coordinate representation of color #995A23: hue angle of 27.97º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #995A23 is Cyan = 0, Magento = 0.41, Yellow = 0.77 and Black (K on CMYK) = 0.4.

Color convert

RGB1539035-
CMYK00.410.770.4
HSL27.97º62.77%36.86%-
HSV(B)27.97º77.12%60%-
XYZ17.114.213.43-
YUV102.5789.87163.97-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 55.04%
GREEN value IS 90 (35.55% from 255) = 32.37%
BLUE value IS 35 (14.06% from 255) = 12.59%
R=55.04%
G=32.37%
B=12.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.77
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153903500.410.770.427.9762.7736.86
Hex995A230294D281c3f25
Octal2311324305111550347745
Binary1001100110110101000110101001100110110100011100111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995A23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995A23; }

 p { color: rgb(153,90,35); }

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

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

 a { background-color: rgb(153,90,35); }

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

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

 span { border-color: rgb(153,90,35); }

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