#94561B

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

Shades of Afghan Tan #94561B

Tints of Afghan Tan #94561B

Color information

#94561B (or 0x94561B) is unknown color: approx Afghan Tan. HEX triplet: 94, 56 and 1B. RGB value is (148,86,27). Sum of RGB (Red+Green+Blue) = 148+86+27=261 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.70% from 261); Green value is 86 (33.98% from 255 or 32.95% from 261); Blue value is 27 (10.94% from 255 or 10.34% from 261); Max value from RGB is 148 - color contains mainly: red. Hex color #94561B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94561B is #6BA9E4. Grayscale: #626262. Windows color (decimal): -7055845 or 1791636. OLE color: 1791636.

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

Color convert

RGB1488627-
CMYK00.420.820.42
HSL29.26º69.14%34.31%-
HSV(B)29.26º81.76%58.04%-
XYZ15.7413.032.72-
YUV97.8188.04163.8-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 56.70%
GREEN value IS 86 (33.98% from 255) = 32.95%
BLUE value IS 27 (10.94% from 255) = 10.34%
R=56.70%
G=32.95%
B=10.34%

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
Decimal148862700.420.820.4229.2669.1434.31
Hex94561B02A522A1d4522
Octal22412633052122523510542
Binary1001010010101101101101010101010010101010111011000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94561B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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