#94561C

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

Shades of Afghan Tan #94561C

Tints of Afghan Tan #94561C

Color information

#94561C (or 0x94561C) is unknown color: approx Afghan Tan. HEX triplet: 94, 56 and 1C. RGB value is (148,86,28). Sum of RGB (Red+Green+Blue) = 148+86+28=262 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.49% from 262); Green value is 86 (33.98% from 255 or 32.82% from 262); Blue value is 28 (11.33% from 255 or 10.69% from 262); Max value from RGB is 148 - color contains mainly: red. Hex color #94561C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94561C is #6BA9E3. Grayscale: #626262. Windows color (decimal): -7055844 or 1857172. OLE color: 1857172.

HSL color Cylindrical-coordinate representation of color #94561C: hue angle of 29º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #94561C is Cyan = 0, Magento = 0.42, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB1488628-
CMYK00.420.810.42
HSL29º68.18%34.51%-
HSV(B)29º81.08%58.04%-
XYZ15.7513.042.78-
YUV97.9388.54163.72-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 56.49%
GREEN value IS 86 (33.98% from 255) = 32.82%
BLUE value IS 28 (11.33% from 255) = 10.69%
R=56.49%
G=32.82%
B=10.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.81
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148862800.420.810.422968.1834.51
Hex94561C02A512A1d4423
Octal22412634052121523510443
Binary1001010010101101110001010101010001101010111011000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94561C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94561C; }

 p { color: rgb(148,86,28); }

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

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

 a { background-color: rgb(148,86,28); }

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

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

 span { border-color: rgb(148,86,28); }

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