#945E2A

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

Shades of Afghan Tan #945E2A

Tints of Afghan Tan #945E2A

Color information

#945E2A (or 0x945E2A) is unknown color: approx Afghan Tan. HEX triplet: 94, 5E and 2A. RGB value is (148,94,42). Sum of RGB (Red+Green+Blue) = 148+94+42=284 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.11% from 284); Green value is 94 (37.11% from 255 or 33.10% from 284); Blue value is 42 (16.80% from 255 or 14.79% from 284); Max value from RGB is 148 - color contains mainly: red. Hex color #945E2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945E2A is #6BA1D5. Grayscale: #686868. Windows color (decimal): -7053782 or 2776724. OLE color: 2776724.

HSL color Cylindrical-coordinate representation of color #945E2A: hue angle of 29.43º 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 #945E2A is Cyan = 0, Magento = 0.36, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB1489442-
CMYK00.360.720.42
HSL29.43º55.79%37.25%-
HSV(B)29.43º71.62%58.04%-
XYZ16.6314.474.11-
YUV104.2292.89159.23-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 52.11%
GREEN value IS 94 (37.11% from 255) = 33.10%
BLUE value IS 42 (16.80% from 255) = 14.79%
R=52.11%
G=33.10%
B=14.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.72
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148944200.360.720.4229.4355.7937.25
Hex945E2A024482A1d3825
Octal2241365204411052357045
Binary1001010010111101010100100100100100010101011101111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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