#94561A

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

Shades of Afghan Tan #94561A

Tints of Afghan Tan #94561A

Color information

#94561A (or 0x94561A) is unknown color: approx Afghan Tan. HEX triplet: 94, 56 and 1A. RGB value is (148,86,26). Sum of RGB (Red+Green+Blue) = 148+86+26=260 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.92% from 260); Green value is 86 (33.98% from 255 or 33.08% from 260); Blue value is 26 (10.55% from 255 or 10% from 260); Max value from RGB is 148 - color contains mainly: red. Hex color #94561A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94561A is #6BA9E5. Grayscale: #616161. Windows color (decimal): -7055846 or 1726100. OLE color: 1726100.

HSL color Cylindrical-coordinate representation of color #94561A: hue angle of 29.51º 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 #94561A is Cyan = 0, Magento = 0.42, Yellow = 0.82 and Black (K on CMYK) = 0.42.

Color convert

RGB1488626-
CMYK00.420.820.42
HSL29.51º70.11%34.12%-
HSV(B)29.51º82.43%58.04%-
XYZ15.7313.032.66-
YUV97.787.54163.88-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 56.92%
GREEN value IS 86 (33.98% from 255) = 33.08%
BLUE value IS 26 (10.55% from 255) = 10%
R=56.92%
G=33.08%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.82
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148862600.420.820.4229.5170.1134.12
Hex94561A02A522A1e4622
Octal22412632052122523610642
Binary1001010010101101101001010101010010101010111101000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94561A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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