#94531E

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

Shades of Afghan Tan #94531E

Tints of Afghan Tan #94531E

Color information

#94531E (or 0x94531E) is unknown color: approx Afghan Tan. HEX triplet: 94, 53 and 1E. RGB value is (148,83,30). Sum of RGB (Red+Green+Blue) = 148+83+30=261 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.70% from 261); Green value is 83 (32.81% from 255 or 31.80% from 261); Blue value is 30 (12.11% from 255 or 11.49% from 261); Max value from RGB is 148 - color contains mainly: red. Hex color #94531E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94531E is #6BACE1. Grayscale: #606060. Windows color (decimal): -7056610 or 1987476. OLE color: 1987476.

HSL color Cylindrical-coordinate representation of color #94531E: hue angle of 26.95º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #94531E is Cyan = 0, Magento = 0.44, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB1488330-
CMYK00.440.800.42
HSL26.95º66.29%34.9%-
HSV(B)26.95º79.73%58.04%-
XYZ15.5412.582.84-
YUV96.3990.53164.81-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 56.70%
GREEN value IS 83 (32.81% from 255) = 31.80%
BLUE value IS 30 (12.11% from 255) = 11.49%
R=56.70%
G=31.80%
B=11.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.80
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148833000.440.800.4226.9566.2934.9
Hex94531E02C502A1b4223
Octal22412336054120523310243
Binary1001010010100111111001011001010000101010110111000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94531E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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