#94561F

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

Shades of Afghan Tan #94561F

Tints of Afghan Tan #94561F

Color information

#94561F (or 0x94561F) is unknown color: approx Afghan Tan. HEX triplet: 94, 56 and 1F. RGB value is (148,86,31). Sum of RGB (Red+Green+Blue) = 148+86+31=265 (35% of max value = 765). Red value is 148 (58.20% from 255 or 55.85% from 265); Green value is 86 (33.98% from 255 or 32.45% from 265); Blue value is 31 (12.5% from 255 or 11.70% from 265); Max value from RGB is 148 - color contains mainly: red. Hex color #94561F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94561F is #6BA9E0. Grayscale: #626262. Windows color (decimal): -7055841 or 2053780. OLE color: 2053780.

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

Color convert

RGB1488631-
CMYK00.420.790.42
HSL28.21º65.36%35.1%-
HSV(B)28.21º79.05%58.04%-
XYZ15.7913.052.98-
YUV98.2790.04163.47-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 55.85%
GREEN value IS 86 (33.98% from 255) = 32.45%
BLUE value IS 31 (12.5% from 255) = 11.70%
R=55.85%
G=32.45%
B=11.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.79
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148863100.420.790.4228.2165.3635.1
Hex94561F02A4F2A1c4123
Octal22412637052117523410143
Binary1001010010101101111101010101001111101010111001000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94561F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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