#945724

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

Shades of Afghan Tan #945724

Tints of Afghan Tan #945724

Color information

#945724 (or 0x945724) is unknown color: approx Afghan Tan. HEX triplet: 94, 57 and 24. RGB value is (148,87,36). Sum of RGB (Red+Green+Blue) = 148+87+36=271 (35% of max value = 765). Red value is 148 (58.20% from 255 or 54.61% from 271); Green value is 87 (34.38% from 255 or 32.10% from 271); Blue value is 36 (14.45% from 255 or 13.28% from 271); Max value from RGB is 148 - color contains mainly: red. Hex color #945724 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945724 is #6BA8DB. Grayscale: #636363. Windows color (decimal): -7055580 or 2381716. OLE color: 2381716.

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

Color convert

RGB1488736-
CMYK00.410.760.42
HSL27.32º60.87%36.08%-
HSV(B)27.32º75.68%58.04%-
XYZ15.9413.243.38-
YUV99.4292.21162.65-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 54.61%
GREEN value IS 87 (34.38% from 255) = 32.10%
BLUE value IS 36 (14.45% from 255) = 13.28%
R=54.61%
G=32.10%
B=13.28%

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
Decimal148873600.410.760.4227.3260.8736.08
Hex9457240294C2A1b3d24
Octal2241274405111452337544
Binary1001010010101111001000101001100110010101011011111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945724; }

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

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

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

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

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

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

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

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