#94531a

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

Shades of Afghan Tan #94531A

Tints of Afghan Tan #94531A

Color information

#94531A (or 0x94531A) is unknown color: approx Afghan Tan. HEX triplet: 94, 53 and 1A. RGB value is (148,83,26). Sum of RGB (Red+Green+Blue) = 148+83+26=257 (34% of max value = 765). Red value is 148 (58.20% from 255 or 57.59% from 257); Green value is 83 (32.81% from 255 or 32.30% from 257); Blue value is 26 (10.55% from 255 or 10.12% from 257); Max value from RGB is 148 - color contains mainly: red. Hex color #94531A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94531A is #6BACE5. Grayscale: #606060. Windows color (decimal): -7056614 or 1725332. OLE color: 1725332.

HSL color Cylindrical-coordinate representation of color #94531A: hue angle of 28.03º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #94531A is Cyan = 0, Magento = 0.44, Yellow = 0.82 and Black (K on CMYK) = 0.42.

Color convert

RGB1488326-
CMYK00.440.820.42
HSL28.03º70.11%34.12%-
HSV(B)28.03º82.43%58.04%-
XYZ15.4912.562.58-
YUV95.9488.53165.13-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 57.59%
GREEN value IS 83 (32.81% from 255) = 32.30%
BLUE value IS 26 (10.55% from 255) = 10.12%
R=57.59%
G=32.30%
B=10.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.82
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148832600.440.820.4228.0370.1134.12
Hex94531A02C522A1c4622
Octal22412332054122523410642
Binary1001010010100111101001011001010010101010111001000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94531a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94531a; }

 p { color: rgb(148,83,26); }

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

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

 a { background-color: rgb(148,83,26); }

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

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

 span { border-color: rgb(148,83,26); }

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