#945F24

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

Shades of Afghan Tan #945F24

Tints of Afghan Tan #945F24

Color information

#945F24 (or 0x945F24) is unknown color: approx Afghan Tan. HEX triplet: 94, 5F and 24. RGB value is (148,95,36). Sum of RGB (Red+Green+Blue) = 148+95+36=279 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.05% from 279); Green value is 95 (37.5% from 255 or 34.05% from 279); Blue value is 36 (14.45% from 255 or 12.90% from 279); Max value from RGB is 148 - color contains mainly: red. Hex color #945F24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945F24 is #6BA0DB. Grayscale: #686868. Windows color (decimal): -7053532 or 2383764. OLE color: 2383764.

HSL color Cylindrical-coordinate representation of color #945F24: hue angle of 31.61º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #945F24 is Cyan = 0, Magento = 0.36, Yellow = 0.76 and Black (K on CMYK) = 0.42.

Color convert

RGB1489536-
CMYK00.360.760.42
HSL31.61º60.87%36.08%-
HSV(B)31.61º75.68%58.04%-
XYZ16.6214.613.61-
YUV104.1289.56159.3-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 53.05%
GREEN value IS 95 (37.5% from 255) = 34.05%
BLUE value IS 36 (14.45% from 255) = 12.90%
R=53.05%
G=34.05%
B=12.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.76
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148953600.360.760.4231.6160.8736.08
Hex945F240244C2A203d24
Octal2241374404411452407544
Binary10010100101111110010001001001001100101010100000111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945F24; }

 p { color: rgb(148,95,36); }

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

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

 a { background-color: rgb(148,95,36); }

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

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

 span { border-color: rgb(148,95,36); }

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