#94551f

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

Shades of Afghan Tan #94551F

Tints of Afghan Tan #94551F

Color information

#94551F (or 0x94551F) is unknown color: approx Afghan Tan. HEX triplet: 94, 55 and 1F. RGB value is (148,85,31). Sum of RGB (Red+Green+Blue) = 148+85+31=264 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.06% from 264); Green value is 85 (33.59% from 255 or 32.20% from 264); Blue value is 31 (12.5% from 255 or 11.74% from 264); Max value from RGB is 148 - color contains mainly: red. Hex color #94551F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94551F is #6BAAE0. Grayscale: #616161. Windows color (decimal): -7056097 or 2053524. OLE color: 2053524.

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

Color convert

RGB1488531-
CMYK00.430.790.42
HSL27.69º65.36%35.1%-
HSV(B)27.69º79.05%58.04%-
XYZ15.7112.892.96-
YUV97.6890.37163.89-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 56.06%
GREEN value IS 85 (33.59% from 255) = 32.20%
BLUE value IS 31 (12.5% from 255) = 11.74%
R=56.06%
G=32.20%
B=11.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.79
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148853100.430.790.4227.6965.3635.1
Hex94551F02B4F2A1c4123
Octal22412537053117523410143
Binary1001010010101011111101010111001111101010111001000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94551f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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