#94551B

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

Shades of Afghan Tan #94551B

Tints of Afghan Tan #94551B

Color information

#94551B (or 0x94551B) is unknown color: approx Afghan Tan. HEX triplet: 94, 55 and 1B. RGB value is (148,85,27). Sum of RGB (Red+Green+Blue) = 148+85+27=260 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.92% from 260); Green value is 85 (33.59% from 255 or 32.69% from 260); Blue value is 27 (10.94% from 255 or 10.38% from 260); Max value from RGB is 148 - color contains mainly: red. Hex color #94551B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94551B is #6BAAE4. Grayscale: #616161. Windows color (decimal): -7056101 or 1791380. OLE color: 1791380.

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

Color convert

RGB1488527-
CMYK00.430.820.42
HSL28.76º69.14%34.31%-
HSV(B)28.76º81.76%58.04%-
XYZ15.6612.872.7-
YUV97.2288.37164.22-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 56.92%
GREEN value IS 85 (33.59% from 255) = 32.69%
BLUE value IS 27 (10.94% from 255) = 10.38%
R=56.92%
G=32.69%
B=10.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.82
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148852700.430.820.4228.7669.1434.31
Hex94551B02B522A1d4522
Octal22412533053122523510542
Binary1001010010101011101101010111010010101010111011000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94551B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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