#945C1F

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

Shades of Afghan Tan #945C1F

Tints of Afghan Tan #945C1F

Color information

#945C1F (or 0x945C1F) is unknown color: approx Afghan Tan. HEX triplet: 94, 5C and 1F. RGB value is (148,92,31). Sum of RGB (Red+Green+Blue) = 148+92+31=271 (35% of max value = 765). Red value is 148 (58.20% from 255 or 54.61% from 271); Green value is 92 (36.33% from 255 or 33.95% from 271); Blue value is 31 (12.5% from 255 or 11.44% from 271); Max value from RGB is 148 - color contains mainly: red. Hex color #945C1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945C1F is #6BA3E0. Grayscale: #666666. Windows color (decimal): -7054305 or 2055316. OLE color: 2055316.

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

Color convert

RGB1489231-
CMYK00.380.790.42
HSL31.28º65.36%35.1%-
HSV(B)31.28º79.05%58.04%-
XYZ16.2914.053.15-
YUV101.7988.05160.96-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 54.61%
GREEN value IS 92 (36.33% from 255) = 33.95%
BLUE value IS 31 (12.5% from 255) = 11.44%
R=54.61%
G=33.95%
B=11.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.79
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148923100.380.790.4231.2865.3635.1
Hex945C1F0264F2A1f4123
Octal22413437046117523710143
Binary1001010010111001111101001101001111101010111111000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945C1F; }

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

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

<style>
 a { background-color: #945C1F; }

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

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

<style>
 span { border-color: #945C1F; }

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

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