#945824

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

Shades of Afghan Tan #945824

Tints of Afghan Tan #945824

Color information

#945824 (or 0x945824) is unknown color: approx Afghan Tan. HEX triplet: 94, 58 and 24. RGB value is (148,88,36). Sum of RGB (Red+Green+Blue) = 148+88+36=272 (36% of max value = 765). Red value is 148 (58.20% from 255 or 54.41% from 272); Green value is 88 (34.77% from 255 or 32.35% from 272); Blue value is 36 (14.45% from 255 or 13.24% from 272); Max value from RGB is 148 - color contains mainly: red. Hex color #945824 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945824 is #6BA7DB. Grayscale: #646464. Windows color (decimal): -7055324 or 2381972. OLE color: 2381972.

HSL color Cylindrical-coordinate representation of color #945824: hue angle of 27.86º 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 #945824 is Cyan = 0, Magento = 0.41, Yellow = 0.76 and Black (K on CMYK) = 0.42.

Color convert

RGB1488836-
CMYK00.410.760.42
HSL27.86º60.87%36.08%-
HSV(B)27.86º75.68%58.04%-
XYZ16.0213.43.41-
YUV100.0191.88162.23-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 54.41%
GREEN value IS 88 (34.77% from 255) = 32.35%
BLUE value IS 36 (14.45% from 255) = 13.24%
R=54.41%
G=32.35%
B=13.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.76
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148883600.410.760.4227.8660.8736.08
Hex9458240294C2A1c3d24
Octal2241304405111452347544
Binary1001010010110001001000101001100110010101011100111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945824; }

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

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

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

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

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

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

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

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