#94592A

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

Shades of Afghan Tan #94592A

Tints of Afghan Tan #94592A

Color information

#94592A (or 0x94592A) is unknown color: approx Afghan Tan. HEX triplet: 94, 59 and 2A. RGB value is (148,89,42). Sum of RGB (Red+Green+Blue) = 148+89+42=279 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.05% from 279); Green value is 89 (35.16% from 255 or 31.90% from 279); Blue value is 42 (16.80% from 255 or 15.05% from 279); Max value from RGB is 148 - color contains mainly: red. Hex color #94592A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94592A is #6BA6D5. Grayscale: #656565. Windows color (decimal): -7055062 or 2775444. OLE color: 2775444.

HSL color Cylindrical-coordinate representation of color #94592A: hue angle of 26.6º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #94592A is Cyan = 0, Magento = 0.40, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB1488942-
CMYK00.400.720.42
HSL26.6º55.79%37.25%-
HSV(B)26.6º71.62%58.04%-
XYZ16.213.613.96-
YUV101.2894.55161.32-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 53.05%
GREEN value IS 89 (35.16% from 255) = 31.90%
BLUE value IS 42 (16.80% from 255) = 15.05%
R=53.05%
G=31.90%
B=15.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.72
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148894200.400.720.4226.655.7937.25
Hex94592A028482A1b3825
Octal2241315205011052337045
Binary1001010010110011010100101000100100010101011011111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94592A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94592A; }

 p { color: rgb(148,89,42); }

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

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

 a { background-color: rgb(148,89,42); }

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

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

 span { border-color: rgb(148,89,42); }

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