#945725

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

Shades of Afghan Tan #945725

Tints of Afghan Tan #945725

Color information

#945725 (or 0x945725) is unknown color: approx Afghan Tan. HEX triplet: 94, 57 and 25. RGB value is (148,87,37). Sum of RGB (Red+Green+Blue) = 148+87+37=272 (36% of max value = 765). Red value is 148 (58.20% from 255 or 54.41% from 272); Green value is 87 (34.38% from 255 or 31.99% from 272); Blue value is 37 (14.84% from 255 or 13.60% from 272); Max value from RGB is 148 - color contains mainly: red. Hex color #945725 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945725 is #6BA8DA. Grayscale: #636363. Windows color (decimal): -7055579 or 2447252. OLE color: 2447252.

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

Color convert

RGB1488737-
CMYK00.410.750.42
HSL27.03º60%36.27%-
HSV(B)27.03º75%58.04%-
XYZ15.9513.253.47-
YUV99.5492.71162.57-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 54.41%
GREEN value IS 87 (34.38% from 255) = 31.99%
BLUE value IS 37 (14.84% from 255) = 13.60%
R=54.41%
G=31.99%
B=13.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.75
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148873700.410.750.4227.036036.27
Hex9457250294B2A1b3c24
Octal2241274505111352337444
Binary1001010010101111001010101001100101110101011011111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945725; }

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

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

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

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

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

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

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

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